﻿2026-06-13T11:52:46.7246890Z Current runner version: '2.335.1'
2026-06-13T11:52:46.7252054Z Runner name: 'hfenduleam'
2026-06-13T11:52:46.7252537Z Runner group name: 'Default'
2026-06-13T11:52:46.7253044Z Machine name: 'HFENDULEAM'
2026-06-13T11:52:46.7255057Z ##[group]GITHUB_TOKEN Permissions
2026-06-13T11:52:46.7256351Z Contents: read
2026-06-13T11:52:46.7256696Z Metadata: read
2026-06-13T11:52:46.7257078Z Packages: read
2026-06-13T11:52:46.7257433Z ##[endgroup]
2026-06-13T11:52:46.7258798Z Secret source: Actions
2026-06-13T11:52:46.7259209Z Prepare workflow directory
2026-06-13T11:52:46.7531278Z Prepare all required actions
2026-06-13T11:52:46.7556479Z Getting action download info
2026-06-13T11:52:47.2396607Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-13T11:52:47.8261609Z Complete job name: test (self-hosted, Windows, hfenduleam)
2026-06-13T11:52:47.8994686Z ##[group]Run actions/checkout@v5
2026-06-13T11:52:47.8995604Z with:
2026-06-13T11:52:47.8996131Z   repository: SaberMage/spt-core
2026-06-13T11:52:47.8999561Z   token: ***
2026-06-13T11:52:47.9000034Z   ssh-strict: true
2026-06-13T11:52:47.9000502Z   ssh-user: git
2026-06-13T11:52:47.9001033Z   persist-credentials: true
2026-06-13T11:52:47.9001535Z   clean: true
2026-06-13T11:52:47.9002013Z   sparse-checkout-cone-mode: true
2026-06-13T11:52:47.9002556Z   fetch-depth: 1
2026-06-13T11:52:47.9003016Z   fetch-tags: false
2026-06-13T11:52:47.9003499Z   show-progress: true
2026-06-13T11:52:47.9004003Z   lfs: false
2026-06-13T11:52:47.9004454Z   submodules: false
2026-06-13T11:52:47.9005247Z   set-safe-directory: true
2026-06-13T11:52:47.9006189Z ##[endgroup]
2026-06-13T11:52:48.0953890Z Syncing repository: SaberMage/spt-core
2026-06-13T11:52:48.0955396Z ##[group]Getting Git version info
2026-06-13T11:52:48.0956202Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-13T11:52:48.1194016Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-13T11:52:48.1390863Z git version 2.43.0.windows.1
2026-06-13T11:52:48.1416688Z ##[endgroup]
2026-06-13T11:52:48.1424719Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\d3927c70-ea99-4361-903c-3073f4a920c5\.gitconfig'
2026-06-13T11:52:48.1437249Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\d3927c70-ea99-4361-903c-3073f4a920c5' before making global git config changes
2026-06-13T11:52:48.1438459Z Adding repository directory to the temporary git global config as a safe directory
2026-06-13T11:52:48.1442015Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-13T11:52:48.1667677Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-13T11:52:48.1856249Z https://github.com/SaberMage/spt-core
2026-06-13T11:52:48.1883978Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-13T11:52:48.1888392Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-13T11:52:48.2098576Z HEAD
2026-06-13T11:52:48.2357473Z ##[endgroup]
2026-06-13T11:52:48.2360649Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-13T11:52:48.6105018Z ##[group]Cleaning the repository
2026-06-13T11:52:48.6109014Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-13T11:52:56.0370611Z Removing .adapter-notify/
2026-06-13T11:52:56.0370995Z Removing target/
2026-06-13T11:52:56.0406502Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-13T11:52:56.0816134Z HEAD is now at 3d7b98a Merge 1588525c4f950730e89bd4f73d1acef2e1c6e6c6 into 77e0fb1bc77f8f2f500c9bdadcd65e158b5d4c11
2026-06-13T11:52:56.0841996Z ##[endgroup]
2026-06-13T11:52:56.0845771Z ##[group]Disabling automatic garbage collection
2026-06-13T11:52:56.0850700Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-13T11:52:56.1089271Z ##[endgroup]
2026-06-13T11:52:56.1089608Z ##[group]Setting up auth
2026-06-13T11:52:56.1096704Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-13T11:52:56.1330741Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-13T11:52:56.4934549Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-13T11:52:56.5168544Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-13T11:52:56.8969872Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-13T11:52:56.9199651Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-13T11:52:57.2849446Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-13T11:52:57.3155235Z ##[endgroup]
2026-06-13T11:52:57.3155700Z ##[group]Fetching the repository
2026-06-13T11:52:57.3161997Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +0fcd56347ebbf9692fa8b6c31704ae6364b5e279:refs/remotes/pull/9/merge
2026-06-13T11:52:58.1375793Z From https://github.com/SaberMage/spt-core
2026-06-13T11:52:58.1376253Z  + 3d7b98a...0fcd563 0fcd56347ebbf9692fa8b6c31704ae6364b5e279 -> pull/9/merge  (forced update)
2026-06-13T11:52:58.1495787Z ##[endgroup]
2026-06-13T11:52:58.1496130Z ##[group]Determining the checkout info
2026-06-13T11:52:58.1496548Z ##[endgroup]
2026-06-13T11:52:58.1501789Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-13T11:52:58.1809165Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-13T11:52:58.2041540Z ##[group]Checking out the ref
2026-06-13T11:52:58.2046275Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/9/merge
2026-06-13T11:52:58.2455861Z Warning: you are leaving 1 commit behind, not connected to
2026-06-13T11:52:58.2456191Z any of your branches:
2026-06-13T11:52:58.2456362Z 
2026-06-13T11:52:58.2456572Z   3d7b98a Merge 1588525c4f950730e89bd4f73d1acef2e1c6e6c6 into 77e0fb1bc77f8f2f500c9bdadcd65e158b5d4c11
2026-06-13T11:52:58.2456856Z 
2026-06-13T11:52:58.2457003Z If you want to keep it by creating a new branch, this may be a good time
2026-06-13T11:52:58.2457273Z to do so with:
2026-06-13T11:52:58.2457382Z 
2026-06-13T11:52:58.2457481Z  git branch <new-branch-name> 3d7b98a
2026-06-13T11:52:58.2457643Z 
2026-06-13T11:52:58.2457929Z HEAD is now at 0fcd563 Merge 58f034feb3783dd515d39353b9ce0c10b264eea4 into 77e0fb1bc77f8f2f500c9bdadcd65e158b5d4c11
2026-06-13T11:52:58.2742560Z ##[endgroup]
2026-06-13T11:52:58.2746711Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-13T11:52:58.2966191Z 0fcd56347ebbf9692fa8b6c31704ae6364b5e279
2026-06-13T11:52:58.3270851Z ##[group]Run cargo build --workspace --all-targets
2026-06-13T11:52:58.3271230Z [36;1mcargo build --workspace --all-targets[0m
2026-06-13T11:52:58.3345419Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-13T11:52:58.3345748Z ##[endgroup]
2026-06-13T11:52:59.1853421Z    Compiling proc-macro2 v1.0.106
2026-06-13T11:52:59.1854151Z    Compiling unicode-ident v1.0.24
2026-06-13T11:52:59.1854633Z    Compiling quote v1.0.45
2026-06-13T11:52:59.1855169Z    Compiling cfg-if v1.0.4
2026-06-13T11:52:59.1855544Z    Compiling serde_core v1.0.228
2026-06-13T11:52:59.1855831Z    Compiling serde v1.0.228
2026-06-13T11:52:59.1856141Z    Compiling windows-link v0.2.1
2026-06-13T11:52:59.1856469Z    Compiling typenum v1.20.1
2026-06-13T11:52:59.1858889Z    Compiling getrandom v0.3.4
2026-06-13T11:52:59.1859329Z    Compiling portable-atomic v1.13.1
2026-06-13T11:52:59.1859671Z    Compiling version_check v0.9.5
2026-06-13T11:52:59.1860105Z    Compiling critical-section v1.2.0
2026-06-13T11:52:59.1860956Z    Compiling shlex v2.0.1
2026-06-13T11:52:59.1861446Z    Compiling find-msvc-tools v0.1.9
2026-06-13T11:52:59.1878251Z    Compiling subtle v2.6.1
2026-06-13T11:52:59.1880727Z    Compiling memchr v2.8.1
2026-06-13T11:52:59.2542665Z    Compiling windows-sys v0.61.2
2026-06-13T11:52:59.2584359Z    Compiling semver v1.0.28
2026-06-13T11:52:59.3359052Z    Compiling smallvec v1.15.1
2026-06-13T11:52:59.3431676Z    Compiling itoa v1.0.18
2026-06-13T11:52:59.4370526Z    Compiling equivalent v1.0.2
2026-06-13T11:52:59.4741419Z    Compiling getrandom v0.2.17
2026-06-13T11:52:59.5697117Z    Compiling rustc_version v0.4.1
2026-06-13T11:52:59.5815149Z    Compiling hashbrown v0.17.1
2026-06-13T11:52:59.5962750Z    Compiling cpufeatures v0.2.17
2026-06-13T11:52:59.6171591Z    Compiling pin-project-lite v0.2.17
2026-06-13T11:52:59.6253787Z    Compiling generic-array v0.14.7
2026-06-13T11:52:59.6257925Z    Compiling log v0.4.32
2026-06-13T11:52:59.6828493Z    Compiling rand_core v0.10.1
2026-06-13T11:52:59.7137761Z    Compiling futures-core v0.3.32
2026-06-13T11:52:59.8298832Z    Compiling bytes v1.11.1
2026-06-13T11:52:59.8463112Z    Compiling getrandom v0.4.2
2026-06-13T11:52:59.8651735Z    Compiling stable_deref_trait v1.2.1
2026-06-13T11:52:59.8701332Z    Compiling libc v0.2.186
2026-06-13T11:52:59.8816333Z    Compiling slab v0.4.12
2026-06-13T11:52:59.9121570Z    Compiling futures-io v0.3.32
2026-06-13T11:53:00.0864767Z    Compiling autocfg v1.5.1
2026-06-13T11:53:00.1533990Z    Compiling indexmap v2.14.0
2026-06-13T11:53:00.1985483Z    Compiling jobserver v0.1.34
2026-06-13T11:53:00.2358601Z    Compiling bitflags v2.12.1
2026-06-13T11:53:00.2561987Z    Compiling futures-sink v0.3.32
2026-06-13T11:53:00.2762353Z    Compiling curve25519-dalek v4.1.3
2026-06-13T11:53:00.2787682Z    Compiling futures-task v0.3.32
2026-06-13T11:53:00.2850756Z    Compiling zerocopy v0.8.50
2026-06-13T11:53:00.3578038Z    Compiling futures-channel v0.3.32
2026-06-13T11:53:00.3981882Z    Compiling ahash v0.8.12
2026-06-13T11:53:00.4355846Z    Compiling cc v1.2.63
2026-06-13T11:53:00.5369827Z    Compiling rand_core v0.6.4
2026-06-13T11:53:00.6607460Z    Compiling vcpkg v0.2.15
2026-06-13T11:53:00.6962852Z    Compiling fnv v1.0.7
2026-06-13T11:53:00.7233441Z    Compiling signature v2.2.0
2026-06-13T11:53:00.7496717Z    Compiling zmij v1.0.21
2026-06-13T11:53:00.8266897Z    Compiling syn v2.0.117
2026-06-13T11:53:00.8519288Z    Compiling pkg-config v0.3.33
2026-06-13T11:53:00.8765112Z    Compiling ed25519 v2.2.3
2026-06-13T11:53:00.8970022Z    Compiling serde_json v1.0.150
2026-06-13T11:53:00.9523725Z    Compiling crypto-common v0.1.7
2026-06-13T11:53:00.9573416Z    Compiling block-buffer v0.10.4
2026-06-13T11:53:00.9676860Z    Compiling fastrand v2.4.1
2026-06-13T11:53:00.9837816Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-13T11:53:00.9838258Z    Compiling cfg_aliases v0.2.1
2026-06-13T11:53:00.9994674Z    Compiling litemap v0.8.2
2026-06-13T11:53:01.1001947Z    Compiling digest v0.10.7
2026-06-13T11:53:01.1349740Z    Compiling writeable v0.6.3
2026-06-13T11:53:01.1483444Z    Compiling fallible-iterator v0.3.0
2026-06-13T11:53:01.1536345Z    Compiling rustversion v1.0.22
2026-06-13T11:53:01.2751863Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-13T11:53:01.3230325Z    Compiling sha2 v0.10.9
2026-06-13T11:53:01.3831515Z    Compiling cmake v0.1.58
2026-06-13T11:53:01.4066250Z    Compiling icu_properties_data v2.2.0
2026-06-13T11:53:01.4423049Z    Compiling dunce v1.0.5
2026-06-13T11:53:01.5551358Z    Compiling icu_normalizer_data v2.2.0
2026-06-13T11:53:01.5979565Z    Compiling utf8_iter v1.0.4
2026-06-13T11:53:01.6672939Z    Compiling fs_extra v1.3.0
2026-06-13T11:53:01.6963734Z    Compiling windows-targets v0.52.6
2026-06-13T11:53:01.7026560Z    Compiling anyhow v1.0.102
2026-06-13T11:53:01.8142154Z    Compiling windows-sys v0.59.0
2026-06-13T11:53:01.8424224Z    Compiling percent-encoding v2.3.2
2026-06-13T11:53:01.8710425Z    Compiling http v1.4.1
2026-06-13T11:53:01.9142548Z    Compiling thiserror v2.0.18
2026-06-13T11:53:01.9287304Z    Compiling cpufeatures v0.3.0
2026-06-13T11:53:02.0583755Z    Compiling aws-lc-rs v1.17.0
2026-06-13T11:53:02.0752042Z    Compiling strsim v0.11.1
2026-06-13T11:53:02.0875602Z    Compiling chacha20 v0.10.0
2026-06-13T11:53:02.1601950Z    Compiling form_urlencoded v1.2.2
2026-06-13T11:53:02.2088901Z    Compiling aho-corasick v1.1.4
2026-06-13T11:53:02.3145009Z    Compiling untrusted v0.9.0
2026-06-13T11:53:02.4128258Z    Compiling regex-syntax v0.8.10
2026-06-13T11:53:02.4379903Z    Compiling ident_case v1.0.1
2026-06-13T11:53:02.4865585Z    Compiling rand v0.10.1
2026-06-13T11:53:02.6144341Z    Compiling libsqlite3-sys v0.30.1
2026-06-13T11:53:02.6299652Z    Compiling aws-lc-sys v0.41.0
2026-06-13T11:53:02.7580574Z    Compiling ring v0.17.14
2026-06-13T11:53:02.7818760Z    Compiling num-traits v0.2.19
2026-06-13T11:53:02.8740118Z    Compiling windows-result v0.4.1
2026-06-13T11:53:02.8970864Z    Compiling windows-strings v0.5.1
2026-06-13T11:53:03.1697719Z    Compiling scopeguard v1.2.0
2026-06-13T11:53:03.2092099Z    Compiling unicode-segmentation v1.13.3
2026-06-13T11:53:03.2400145Z    Compiling rustls v0.23.40
2026-06-13T11:53:03.3111399Z    Compiling lock_api v0.4.14
2026-06-13T11:53:03.3976938Z    Compiling const-oid v0.10.2
2026-06-13T11:53:03.4021335Z    Compiling atomic-waker v1.1.2
2026-06-13T11:53:03.4829548Z    Compiling unicode-xid v0.2.6
2026-06-13T11:53:03.6070305Z    Compiling httparse v1.10.1
2026-06-13T11:53:03.6418714Z    Compiling http-body v1.0.1
2026-06-13T11:53:03.6805852Z    Compiling convert_case v0.10.0
2026-06-13T11:53:03.6904621Z    Compiling hybrid-array v0.4.12
2026-06-13T11:53:03.7606105Z    Compiling winapi v0.3.9
2026-06-13T11:53:03.7886157Z    Compiling heck v0.5.0
2026-06-13T11:53:03.9048579Z    Compiling powerfmt v0.2.0
2026-06-13T11:53:04.0972025Z    Compiling base64ct v1.8.3
2026-06-13T11:53:04.1503828Z    Compiling deranged v0.5.8
2026-06-13T11:53:04.1662117Z    Compiling memoffset v0.6.5
2026-06-13T11:53:04.3775487Z    Compiling num-conv v0.2.2
2026-06-13T11:53:04.4116664Z    Compiling regex-automata v0.4.14
2026-06-13T11:53:04.4258182Z    Compiling pem-rfc7468 v1.0.0
2026-06-13T11:53:04.5777736Z    Compiling tinyvec_macros v0.1.1
2026-06-13T11:53:04.5910228Z    Compiling time-core v0.1.8
2026-06-13T11:53:04.6355898Z    Compiling try-lock v0.2.5
2026-06-13T11:53:04.7203614Z    Compiling parking_lot_core v0.9.12
2026-06-13T11:53:04.7783642Z    Compiling base64 v0.22.1
2026-06-13T11:53:04.7784649Z    Compiling thiserror v1.0.69
2026-06-13T11:53:04.8423449Z    Compiling synstructure v0.13.2
2026-06-13T11:53:04.8782167Z    Compiling darling_core v0.20.11
2026-06-13T11:53:04.9478758Z    Compiling tower-service v0.3.3
2026-06-13T11:53:05.0658105Z    Compiling data-encoding v2.11.0
2026-06-13T11:53:05.2154634Z    Compiling want v0.3.1
2026-06-13T11:53:05.3616687Z    Compiling tinyvec v1.11.0
2026-06-13T11:53:05.4210632Z    Compiling block-buffer v0.12.0
2026-06-13T11:53:05.5026096Z    Compiling crypto-common v0.2.2
2026-06-13T11:53:05.6152247Z    Compiling vergen-lib v9.1.0
2026-06-13T11:53:05.6842501Z    Compiling n0-future v0.3.2
2026-06-13T11:53:05.6854906Z    Compiling serial-core v0.4.0
2026-06-13T11:53:05.7667256Z    Compiling inout v0.1.4
2026-06-13T11:53:05.7852202Z    Compiling ref-cast v1.0.25
2026-06-13T11:53:05.9427094Z    Compiling winreg v0.10.1
2026-06-13T11:53:05.9504495Z    Compiling parking v2.2.1
2026-06-13T11:53:06.0185394Z    Compiling diatomic-waker v0.2.3
2026-06-13T11:53:06.1148082Z    Compiling spin v0.10.0
2026-06-13T11:53:06.1967911Z    Compiling httpdate v1.0.3
2026-06-13T11:53:06.2070642Z    Compiling cordyceps v0.3.4
2026-06-13T11:53:06.2086911Z    Compiling crossbeam-utils v0.8.21
2026-06-13T11:53:06.2212493Z    Compiling winnow v1.0.3
2026-06-13T11:53:06.2893051Z    Compiling digest v0.11.3
2026-06-13T11:53:06.5339075Z    Compiling regex v1.12.3
2026-06-13T11:53:06.5419350Z    Compiling futures-buffered v0.2.13
2026-06-13T11:53:06.5745185Z    Compiling futures-lite v2.6.1
2026-06-13T11:53:06.6398534Z    Compiling cipher v0.4.4
2026-06-13T11:53:06.7189251Z    Compiling serial-windows v0.4.0
2026-06-13T11:53:06.9571229Z    Compiling serde_derive_internals v0.29.1
2026-06-13T11:53:07.0112199Z    Compiling vergen v9.1.0
2026-06-13T11:53:07.0230440Z    Compiling vergen-lib v0.1.6
2026-06-13T11:53:07.0232458Z    Compiling noq-udp v0.10.0
2026-06-13T11:53:07.1581580Z    Compiling universal-hash v0.5.1
2026-06-13T11:53:07.2788238Z    Compiling heapless v0.7.17
2026-06-13T11:53:07.3230899Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-13T11:53:07.3231961Z    Compiling sync_wrapper v1.0.2
2026-06-13T11:53:07.3467685Z    Compiling toml_write v0.1.2
2026-06-13T11:53:07.3579008Z    Compiling serde_derive v1.0.228
2026-06-13T11:53:07.4028891Z    Compiling zeroize_derive v1.4.3
2026-06-13T11:53:07.4813725Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-13T11:53:07.5321087Z    Compiling socket2 v0.6.4
2026-06-13T11:53:07.5699147Z    Compiling zerofrom-derive v0.1.7
2026-06-13T11:53:07.5960663Z    Compiling mio v1.2.1
2026-06-13T11:53:07.6281864Z    Compiling tokio-macros v2.7.0
2026-06-13T11:53:07.6620637Z    Compiling yoke-derive v0.8.2
2026-06-13T11:53:07.6659557Z    Compiling futures-macro v0.3.32
2026-06-13T11:53:07.7012563Z    Compiling zerovec-derive v0.11.3
2026-06-13T11:53:07.7415363Z    Compiling displaydoc v0.2.6
2026-06-13T11:53:08.1783368Z    Compiling zeroize v1.8.2
2026-06-13T11:53:08.2393454Z    Compiling tracing-attributes v0.1.31
2026-06-13T11:53:08.2525447Z    Compiling thiserror-impl v2.0.18
2026-06-13T11:53:08.2592642Z    Compiling darling_macro v0.20.11
2026-06-13T11:53:08.4900852Z    Compiling tokio v1.52.3
2026-06-13T11:53:08.6708611Z    Compiling futures-util v0.3.32
2026-06-13T11:53:08.7175078Z    Compiling rustls-pki-types v1.14.1
2026-06-13T11:53:08.7713543Z    Compiling darling v0.20.11
2026-06-13T11:53:08.8935477Z    Compiling derive_more-impl v2.1.1
2026-06-13T11:53:09.0882229Z    Compiling derive_builder_core v0.20.2
2026-06-13T11:53:09.1497097Z    Compiling windows-interface v0.59.3
2026-06-13T11:53:09.1497834Z    Compiling windows-implement v0.60.2
2026-06-13T11:53:09.3170280Z    Compiling zerofrom v0.1.8
2026-06-13T11:53:09.4945698Z    Compiling n0-error-macros v0.1.3
2026-06-13T11:53:09.6447344Z    Compiling yoke v0.8.3
2026-06-13T11:53:09.8373341Z    Compiling ed25519-dalek v2.2.0
2026-06-13T11:53:09.9542816Z    Compiling zerovec v0.11.6
2026-06-13T11:53:10.0270377Z    Compiling zerotrie v0.2.4
2026-06-13T11:53:10.0478346Z    Compiling spt-proto v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-13T11:53:10.2060747Z    Compiling spez v0.1.2
2026-06-13T11:53:10.2267169Z    Compiling windows-core v0.62.2
2026-06-13T11:53:10.2459196Z    Compiling der v0.8.0-rc.10
2026-06-13T11:53:10.3442351Z    Compiling derive_builder_macro v0.20.2
2026-06-13T11:53:10.3582986Z    Compiling pin-project-internal v1.1.13
2026-06-13T11:53:10.5543459Z    Compiling thiserror-impl v1.0.69
2026-06-13T11:53:10.5896830Z    Compiling tinystr v0.8.3
2026-06-13T11:53:10.6930050Z    Compiling potential_utf v0.1.5
2026-06-13T11:53:10.7004157Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-13T11:53:10.7045757Z    Compiling n0-error v0.1.3
2026-06-13T11:53:10.8743589Z    Compiling icu_locale_core v2.2.0
2026-06-13T11:53:10.8890329Z    Compiling icu_collections v2.2.0
2026-06-13T11:53:10.9612418Z    Compiling derive_builder v0.20.2
2026-06-13T11:53:11.2558837Z    Compiling ref-cast-impl v1.0.25
2026-06-13T11:53:11.2640238Z    Compiling byteorder v1.5.0
2026-06-13T11:53:11.3749298Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-13T11:53:11.5120513Z    Compiling spki v0.8.0-rc.4
2026-06-13T11:53:11.5780909Z    Compiling either v1.16.0
2026-06-13T11:53:11.6928315Z    Compiling winnow v0.7.15
2026-06-13T11:53:11.7643483Z    Compiling opaque-debug v0.3.1
2026-06-13T11:53:11.7981736Z    Compiling icu_provider v2.2.0
2026-06-13T11:53:11.8112178Z    Compiling lazy_static v1.5.0
2026-06-13T11:53:11.8576428Z    Compiling bitflags v1.3.2
2026-06-13T11:53:11.8577842Z    Compiling pin-project v1.1.13
2026-06-13T11:53:11.8902381Z    Compiling pin-utils v0.1.0
2026-06-13T11:53:11.9864678Z    Compiling shared_library v0.1.9
2026-06-13T11:53:11.9900605Z    Compiling nix v0.25.1
2026-06-13T11:53:11.9982364Z    Compiling polyval v0.6.2
2026-06-13T11:53:12.0643356Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-13T11:53:12.1550086Z    Compiling futures-executor v0.3.32
2026-06-13T11:53:12.2768791Z    Compiling icu_properties v2.2.0
2026-06-13T11:53:12.3164781Z    Compiling icu_normalizer v2.2.0
2026-06-13T11:53:12.3174504Z    Compiling ipnet v2.12.0
2026-06-13T11:53:12.3430660Z    Compiling serde_spanned v0.6.9
2026-06-13T11:53:12.3800466Z    Compiling toml_datetime v0.6.11
2026-06-13T11:53:12.3854252Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-13T11:53:12.4830987Z    Compiling hash32 v0.2.1
2026-06-13T11:53:12.6455037Z    Compiling filedescriptor v0.8.3
2026-06-13T11:53:12.6632687Z    Compiling schemars_derive v1.2.1
2026-06-13T11:53:12.7142084Z    Compiling prefix-trie v0.8.4
2026-06-13T11:53:12.7788574Z    Compiling once_cell v1.21.4
2026-06-13T11:53:12.8888517Z    Compiling tokio-util v0.7.18
2026-06-13T11:53:12.9932273Z    Compiling tracing-core v0.1.36
2026-06-13T11:53:13.0280174Z    Compiling tempfile v3.27.0
2026-06-13T11:53:13.2293205Z    Compiling hashbrown v0.14.5
2026-06-13T11:53:13.2542333Z    Compiling parking_lot v0.12.5
2026-06-13T11:53:13.3144203Z    Compiling derive_more v2.1.1
2026-06-13T11:53:13.3485247Z    Compiling serial v0.4.0
2026-06-13T11:53:13.4395309Z    Compiling tracing v0.1.44
2026-06-13T11:53:13.4985224Z    Compiling spin v0.9.8
2026-06-13T11:53:13.7322048Z    Compiling idna_adapter v1.2.2
2026-06-13T11:53:13.7528381Z    Compiling toml_edit v0.22.27
2026-06-13T11:53:13.8038256Z    Compiling h2 v0.4.14
2026-06-13T11:53:13.9333227Z    Compiling hashlink v0.9.1
2026-06-13T11:53:13.9359100Z    Compiling idna v1.1.0
2026-06-13T11:53:13.9377788Z    Compiling vergen-gitcl v1.0.8
2026-06-13T11:53:13.9779258Z    Compiling windows-threading v0.2.1
2026-06-13T11:53:14.0229627Z    Compiling downcast-rs v1.2.1
2026-06-13T11:53:14.0251976Z    Compiling signature v3.0.0
2026-06-13T11:53:14.0618984Z    Compiling dyn-clone v1.0.20
2026-06-13T11:53:14.1060700Z    Compiling shell-words v1.1.1
2026-06-13T11:53:14.1588009Z    Compiling tower-layer v0.3.3
2026-06-13T11:53:14.1875656Z    Compiling ed25519 v3.0.0-rc.4
2026-06-13T11:53:14.1945870Z    Compiling portable-pty v0.8.1
2026-06-13T11:53:14.2138298Z    Compiling windows-future v0.3.2
2026-06-13T11:53:14.3276259Z    Compiling rusqlite v0.32.1
2026-06-13T11:53:14.3446621Z    Compiling url v2.5.8
2026-06-13T11:53:14.7167587Z    Compiling proc-macro-crate v3.5.0
2026-06-13T11:53:14.7168232Z    Compiling schemars v1.2.1
2026-06-13T11:53:14.7493576Z    Compiling futures v0.3.32
2026-06-13T11:53:14.9004606Z    Compiling ghash v0.5.1
2026-06-13T11:53:14.9809439Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-13T11:53:14.9892149Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-13T11:53:15.0431968Z    Compiling windows-numerics v0.3.1
2026-06-13T11:53:15.0758289Z    Compiling windows-collections v0.3.2
2026-06-13T11:53:15.1524198Z    Compiling cobs v0.3.0
2026-06-13T11:53:15.3326911Z    Compiling spt-store v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-13T11:53:15.3385351Z    Compiling postcard-derive v0.2.2
2026-06-13T11:53:15.4137303Z    Compiling aes v0.8.4
2026-06-13T11:53:15.4276902Z    Compiling ctr v0.9.2
2026-06-13T11:53:15.5471032Z    Compiling sha2 v0.11.0-rc.5
2026-06-13T11:53:15.7300025Z    Compiling toml v0.8.23
2026-06-13T11:53:15.7302091Z    Compiling time v0.3.47
2026-06-13T11:53:15.7438503Z    Compiling http-body-util v0.1.3
2026-06-13T11:53:15.7470552Z    Compiling aead v0.5.2
2026-06-13T11:53:15.9152864Z    Compiling ipconfig v0.3.4
2026-06-13T11:53:16.0463406Z    Compiling widestring v1.2.1
2026-06-13T11:53:16.2644015Z    Compiling aes-gcm v0.10.3
2026-06-13T11:53:16.3237905Z    Compiling windows v0.62.2
2026-06-13T11:53:16.6688994Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-13T11:53:16.6798855Z    Compiling data-encoding-macro v0.1.20
2026-06-13T11:53:16.8356814Z    Compiling postcard v1.1.3
2026-06-13T11:53:16.8558833Z    Compiling num_enum_derive v0.7.6
2026-06-13T11:53:16.8800065Z    Compiling tower v0.5.3
2026-06-13T11:53:16.8900839Z    Compiling crossbeam-channel v0.5.15
2026-06-13T11:53:16.9182446Z    Compiling crossbeam-epoch v0.9.18
2026-06-13T11:53:17.1313290Z    Compiling chrono v0.4.45
2026-06-13T11:53:17.4227000Z    Compiling spt-msg v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-13T11:53:17.5102168Z    Compiling iroh-metrics-derive v0.4.1
2026-06-13T11:53:17.6049201Z    Compiling strum_macros v0.28.0
2026-06-13T11:53:17.6523752Z    Compiling enum-assoc v1.3.0
2026-06-13T11:53:17.7804453Z    Compiling hyper v1.10.1
2026-06-13T11:53:17.8807809Z    Compiling async-trait v0.1.89
2026-06-13T11:53:17.9620852Z    Compiling windows-registry v0.6.1
2026-06-13T11:53:18.0776181Z    Compiling blake3 v1.8.5
2026-06-13T11:53:18.2097845Z    Compiling noq v0.18.0
2026-06-13T11:53:18.3073902Z    Compiling netwatch v0.16.0
2026-06-13T11:53:18.4185035Z    Compiling uuid v1.23.2
2026-06-13T11:53:18.5570550Z    Compiling acto v0.8.2
2026-06-13T11:53:18.5571166Z    Compiling allocator-api2 v0.2.21
2026-06-13T11:53:18.6174557Z    Compiling sorted-index-buffer v0.2.1
2026-06-13T11:53:18.6780503Z    Compiling ryu v1.0.23
2026-06-13T11:53:18.7816625Z    Compiling mac-addr v0.3.0
2026-06-13T11:53:18.8706455Z    Compiling tagptr v0.2.0
2026-06-13T11:53:18.9485213Z    Compiling rustc-hash v2.1.2
2026-06-13T11:53:18.9779863Z    Compiling identity-hash v0.1.0
2026-06-13T11:53:19.0004817Z    Compiling foldhash v0.2.0
2026-06-13T11:53:19.0048226Z    Compiling lru-slab v0.1.2
2026-06-13T11:53:19.0091889Z    Compiling xml-rs v0.8.28
2026-06-13T11:53:19.0532136Z    Compiling moka v0.12.15
2026-06-13T11:53:19.0898682Z    Compiling netdev v0.42.0
2026-06-13T11:53:19.1428566Z    Compiling hashbrown v0.16.1
2026-06-13T11:53:19.1690519Z    Compiling iroh-metrics v0.38.3
2026-06-13T11:53:19.2595496Z    Compiling hyper-util v0.1.20
2026-06-13T11:53:19.3894469Z    Compiling iroh-relay v0.98.0
2026-06-13T11:53:19.4348839Z    Compiling num_enum v0.7.6
2026-06-13T11:53:19.7909049Z    Compiling xmltree v0.10.3
2026-06-13T11:53:19.8887662Z    Compiling spt-term v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-13T11:53:20.0582594Z    Compiling spt-runtime v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-13T11:53:20.0701348Z    Compiling tower-http v0.6.11
2026-06-13T11:53:20.1408628Z    Compiling iroh-base v0.98.0
2026-06-13T11:53:20.1728332Z    Compiling attohttpc v0.30.1
2026-06-13T11:53:20.2652550Z    Compiling strum v0.28.0
2026-06-13T11:53:20.3783755Z    Compiling n0-watcher v0.6.1
2026-06-13T11:53:20.3837795Z    Compiling tokio-stream v0.1.18
2026-06-13T11:53:20.5513389Z    Compiling simple-dns v0.9.3
2026-06-13T11:53:20.5966436Z    Compiling constant_time_eq v0.4.2
2026-06-13T11:53:20.6552368Z    Compiling resolv-conf v0.7.6
2026-06-13T11:53:20.6958462Z    Compiling simdutf8 v0.1.5
2026-06-13T11:53:20.7171570Z    Compiling arrayref v0.3.9
2026-06-13T11:53:20.8288745Z    Compiling arrayvec v0.7.6
2026-06-13T11:53:20.8400339Z    Compiling sha1_smol v1.0.1
2026-06-13T11:53:20.8914648Z    Compiling smol_str v0.1.24
2026-06-13T11:53:20.9558584Z    Compiling igd-next v0.17.1
2026-06-13T11:53:21.1485724Z    Compiling lru v0.16.4
2026-06-13T11:53:21.2133260Z    Compiling webpki-roots v1.0.7
2026-06-13T11:53:21.2465045Z    Compiling seize v0.5.1
2026-06-13T11:53:21.2923573Z    Compiling serde_bytes v0.11.19
2026-06-13T11:53:21.4049405Z    Compiling hmac v0.12.1
2026-06-13T11:53:21.4295237Z    Compiling iroh v0.98.2
2026-06-13T11:53:21.5868579Z    Compiling iroh-dns v0.98.0
2026-06-13T11:53:21.5870812Z    Compiling cmov v0.5.4
2026-06-13T11:53:21.6227832Z    Compiling hkdf v0.12.4
2026-06-13T11:53:21.8332638Z    Compiling ctutils v0.4.2
2026-06-13T11:53:21.8439614Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-13T11:53:21.8440113Z    Compiling papaya v0.2.4
2026-06-13T11:53:21.8991235Z    Compiling backon v1.6.0
2026-06-13T11:53:21.9092168Z    Compiling spake2 v0.4.0
2026-06-13T11:53:21.9105749Z    Compiling sha1 v0.10.6
2026-06-13T11:53:22.1194576Z    Compiling doctest-file v1.1.1
2026-06-13T11:53:22.1297881Z    Compiling recvmsg v1.0.0
2026-06-13T11:53:22.1553936Z    Compiling spt-live v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-13T11:53:22.1668792Z    Compiling utf8parse v0.2.2
2026-06-13T11:53:22.1970218Z    Compiling once_cell_polyfill v1.70.2
2026-06-13T11:53:22.2300385Z    Compiling anstyle v1.0.14
2026-06-13T11:53:22.2683952Z    Compiling anstyle-parse v1.0.0
2026-06-13T11:53:22.3161575Z    Compiling anstyle-query v1.1.5
2026-06-13T11:53:22.3408857Z    Compiling is_terminal_polyfill v1.70.2
2026-06-13T11:53:22.3564438Z    Compiling colorchoice v1.0.5
2026-06-13T11:53:22.4476112Z    Compiling anstyle-wincon v3.0.11
2026-06-13T11:53:22.4847896Z    Compiling terminal_size v0.4.4
2026-06-13T11:53:22.5022963Z    Compiling clap_lex v1.1.0
2026-06-13T11:53:22.5048500Z    Compiling clap_derive v4.6.1
2026-06-13T11:53:22.5151934Z    Compiling qrcode v0.14.1
2026-06-13T11:53:22.6472253Z    Compiling anstream v1.0.0
2026-06-13T11:53:22.6472736Z    Compiling interprocess v2.4.2
2026-06-13T11:53:22.8978004Z    Compiling mock-adapter v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\adapters\mock)
2026-06-13T11:53:23.1871377Z    Compiling clap_builder v4.6.0
2026-06-13T11:53:25.1480561Z    Compiling clap v4.6.1
2026-06-13T11:53:26.0524784Z    Compiling wmi v0.18.4
2026-06-13T11:53:28.0141903Z    Compiling portmapper v0.16.0
2026-06-13T11:53:39.8192591Z    Compiling rustls-webpki v0.103.13
2026-06-13T11:53:42.1676131Z    Compiling tokio-rustls v0.26.4
2026-06-13T11:53:42.1676440Z    Compiling noq-proto v0.17.0
2026-06-13T11:53:42.1676719Z    Compiling rustls-platform-verifier v0.7.0
2026-06-13T11:53:42.3164056Z    Compiling hickory-net v0.26.0-beta.4
2026-06-13T11:53:42.3164545Z    Compiling hyper-rustls v0.27.9
2026-06-13T11:53:42.3164947Z    Compiling tokio-websockets v0.13.2
2026-06-13T11:53:42.4660275Z    Compiling reqwest v0.13.4
2026-06-13T11:53:43.4441448Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-13T11:54:00.3108552Z    Compiling spt-net v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-13T11:54:01.6693476Z    Compiling spt-daemon v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-13T11:54:10.2843558Z    Compiling spt v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-13T11:54:26.8783022Z    Compiling xtask v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\xtask)
2026-06-13T11:54:42.2009491Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 43s
2026-06-13T11:54:42.3583609Z ##[group]Run cargo test --workspace
2026-06-13T11:54:42.3583945Z [36;1mcargo test --workspace[0m
2026-06-13T11:54:42.3649982Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-13T11:54:42.3650309Z ##[endgroup]
2026-06-13T11:54:43.1973351Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.56s
2026-06-13T11:54:43.2574089Z      Running unittests src\main.rs (target\debug\deps\mock_session-8b539df87f6d5d31.exe)
2026-06-13T11:54:43.2895363Z 
2026-06-13T11:54:43.2895643Z running 0 tests
2026-06-13T11:54:43.2895770Z 
2026-06-13T11:54:43.2895989Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T11:54:43.2896456Z 
2026-06-13T11:54:43.2907630Z      Running unittests src\shell.rs (target\debug\deps\mock_shell-98a9cf80a9ff7d80.exe)
2026-06-13T11:54:43.3165521Z 
2026-06-13T11:54:43.3165776Z running 0 tests
2026-06-13T11:54:43.3165927Z 
2026-06-13T11:54:43.3166251Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T11:54:43.3166499Z 
2026-06-13T11:54:43.3177259Z      Running tests\manifest_valid.rs (target\debug\deps\manifest_valid-409faf6c36e74272.exe)
2026-06-13T11:54:43.3462857Z 
2026-06-13T11:54:43.3463078Z running 3 tests
2026-06-13T11:54:43.3476944Z test mock_has_no_claude_code_conventions ... ok
2026-06-13T11:54:43.3477264Z test mock_declares_commune_signoff_as_filedrops ... ok
2026-06-13T11:54:43.3477536Z test mock_manifest_parses_and_validates ... ok
2026-06-13T11:54:43.3477702Z 
2026-06-13T11:54:43.3477880Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T11:54:43.3478185Z 
2026-06-13T11:54:43.3489707Z      Running unittests src\main.rs (target\debug\deps\spt-6778b71c00741bf0.exe)
2026-06-13T11:54:44.0578999Z 
2026-06-13T11:54:44.0579395Z running 119 tests
2026-06-13T11:54:44.0590072Z test api::auth::tests::mints_distinct_nonempty_tokens ... ok
2026-06-13T11:54:44.0596017Z test api::delivery::tests::inject_all_pty_falls_back_to_hook ... ok
2026-06-13T11:54:44.0596524Z test api::delivery::tests::inject_resolution_drops_pty_defaults_hook ... ok
2026-06-13T11:54:44.0599448Z test api::reporting::tests::capability_lists_hostable_types ... ok
2026-06-13T11:54:44.0603547Z test api::reporting::tests::env_aliases_resolved_from_manifest ... ok
2026-06-13T11:54:44.0606301Z test api::reporting::tests::filedrops_are_fixed_named_files ... ok
2026-06-13T11:54:44.0650394Z test api::auth::tests::missing_endpoint_is_no_endpoint ... ok
2026-06-13T11:54:44.0653353Z test api::auth::tests::no_proof_is_refused ... ok
2026-06-13T11:54:44.0724525Z test api::auth::tests::session_id_proof_authenticates ... ok
2026-06-13T11:54:44.0782599Z test api::auth::tests::token_proof_authenticates ... ok
2026-06-13T11:54:44.0839973Z test api::auth::tests::wrong_token_and_wrong_session_refused ... ok
2026-06-13T11:54:44.2123255Z test api::delivery::tests::idle_busy_transitions_manage_sentinels ... ok
2026-06-13T11:54:44.2123673Z test api::reporting::tests::boundary_injects_deferred_shell_context ... ok
2026-06-13T11:54:44.2138925Z test api::delivery::tests::idle_no_gate_does_not_arm_gate ... ok
2026-06-13T11:54:44.3222108Z test api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake ... ok
2026-06-13T11:54:44.4128620Z test api::delivery::tests::poll_drains_non_deferred_by_default ... ok
2026-06-13T11:54:44.4139839Z test api::reporting::tests::boundary_missing_perch_refused ... ok
2026-06-13T11:54:44.4142924Z test api::delivery::tests::echo_gate_explicit_toggle ... ok
2026-06-13T11:54:44.4532302Z test api::reporting::tests::boundary_rebinds_keeping_anchor ... ok
2026-06-13T11:54:44.9345117Z test api::reporting::tests::boundary_resurfaces_undismissed_notifs ... ok
2026-06-13T11:54:44.9401999Z test api::reporting::tests::driven_by_reads_daemon_marker ... ok
2026-06-13T11:54:44.9414834Z test api::tests::adapter_is_required ... ok
2026-06-13T11:54:44.9503327Z test api::reporting::tests::hint_once_per_session_one_per_message ... ok
2026-06-13T11:54:44.9510282Z test api::tests::state_value_is_validated ... ok
2026-06-13T11:54:44.9537463Z test api::tests::surface_parses ... ok
2026-06-13T11:54:44.9602598Z test api::reporting::tests::history_log_appends ... ok
2026-06-13T11:54:44.9644130Z test api::reporting::tests::presence_records_endpoint ... ok
2026-06-13T11:54:44.9717199Z test api::reporting::tests::session_end_erase_refused_with_live_children ... ok
2026-06-13T11:54:45.0318489Z test api::reporting::tests::session_end_erase_wipes_childless_perch ... ok
2026-06-13T11:54:45.0666643Z test api::reporting::tests::session_end_soft_preserves_state ... ok
2026-06-13T11:54:45.0700380Z test cli::tests::access_subcommands_parse ... ok
2026-06-13T11:54:45.0970226Z test api::startup::tests::bind_assigns_home_and_revive_preserves_it ... ok
2026-06-13T11:54:45.1353875Z test api::startup::tests::bind_with_type_establishes_a_gateway_endpoint ... ok
2026-06-13T11:54:45.1389391Z test cli::tests::adapter_subcommands_parse ... ok
2026-06-13T11:54:45.1403998Z test api::startup::tests::empty_session_seed_refused ... ok
2026-06-13T11:54:45.1405413Z test cli::tests::connection_lines_net_less_hides_stale_heartbeat ... ok
2026-06-13T11:54:45.1408234Z test cli::tests::create_existing_name_is_usage_error ... ok
2026-06-13T11:54:45.1410230Z test cli::tests::create_new_existing_name_is_usage_error ... ok
2026-06-13T11:54:45.1508229Z test cli::tests::create_new_mints_shows_and_requests_save ... ok
2026-06-13T11:54:45.1511168Z test cli::tests::create_not_elevated_refuses_without_saving ... ok
2026-06-13T11:54:45.1534829Z test api::startup::tests::live_perch_under_other_session_conflicts ... ok
2026-06-13T11:54:45.1536116Z test cli::tests::daemon_offline_hint_only_when_down ... ok
2026-06-13T11:54:45.1570436Z test cli::tests::daemon_subcommands_parse ... ok
2026-06-13T11:54:45.1582779Z test cli::tests::digest_flag_defaults ... ok
2026-06-13T11:54:45.1584266Z test cli::tests::empty_store_no_flag_guides_to_pair_or_create ... ok
2026-06-13T11:54:45.1588619Z test api::startup::tests::missing_seed_refused ... ok
2026-06-13T11:54:45.1606189Z test cli::tests::create_prints_joining_material_when_elevated ... ok
2026-06-13T11:54:45.1606585Z test cli::tests::endpoint_role_parses ... ok
2026-06-13T11:54:45.1608156Z test cli::tests::escalation_choice_parses_fail_closed ... ok
2026-06-13T11:54:45.1680410Z test cli::tests::endpoint_subcommands_parse ... ok
2026-06-13T11:54:45.1746437Z test cli::tests::grant_subcommands_parse ... ok
2026-06-13T11:54:45.1746676Z test cli::tests::help_groups_cover_every_command ... ok
2026-06-13T11:54:45.1796070Z test cli::tests::hot_path_flat_and_moved_verbs_gone ... ok
2026-06-13T11:54:45.1807231Z test cli::tests::how_to_topics_cover_ready_and_send ... ok
2026-06-13T11:54:45.1818386Z test cli::tests::invalid_usage_errors ... ok
2026-06-13T11:54:45.1819524Z test cli::tests::join_gate_refuses_without_confirmed_elevation ... ok
2026-06-13T11:54:45.1912931Z test cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it ... ok
2026-06-13T11:54:45.1915684Z test cli::tests::node_level_label_names_an_endpointless_peer ... ok
2026-06-13T11:54:45.1917489Z test cli::tests::node_rows_disambiguate_only_on_label_collision ... ok
2026-06-13T11:54:45.1920059Z test cli::tests::node_status_rows_settle_cheap_signals_probe_only_stale ... ok
2026-06-13T11:54:45.1922329Z test cli::tests::not_elevated_refuses_without_leaking_code_or_saving ... ok
2026-06-13T11:54:45.1925764Z test cli::tests::notify_subnet_resolution_home_default ... ok
2026-06-13T11:54:45.1950827Z test cli::tests::notify_surface_parses ... ok
2026-06-13T11:54:45.1951745Z test cli::tests::origin_set_and_asset_urls_latest_and_tag ... ok
2026-06-13T11:54:45.2031764Z test api::startup::tests::post_spawn_bind_establishes_perch ... ok
2026-06-13T11:54:45.2044662Z test cli::tests::pair_namespace_is_gone ... ok
2026-06-13T11:54:45.2046747Z test cli::tests::pending_message_renders_semver_or_counter_fallback_and_never_claims_applied ... ok
2026-06-13T11:54:45.2399344Z test api::startup::tests::rebind_same_session_ok ... ok
2026-06-13T11:54:45.2453388Z test api::startup::tests::stale_seed_with_dead_anchor_refused ... ok
2026-06-13T11:54:45.2536651Z test api::startup::tests::valid_seed_binds_live_perch ... ok
2026-06-13T11:54:45.2538179Z test cli::tests::prune_candidates_resolve_never_guess ... ok
2026-06-13T11:54:45.2546699Z test cli::tests::ring_timeout_defaults ... ok
2026-06-13T11:54:45.2593276Z test api::tests::load_manifest_resolves_composite_adapter_option ... ok
2026-06-13T11:54:45.2602578Z test cli::tests::send_target_optional_with_reply_to ... ok
2026-06-13T11:54:45.2614233Z test cli::tests::send_user_msg_flag_parses ... ok
2026-06-13T11:54:45.2664496Z test api::worker::tests::cascade_guard_tracks_live_children ... ok
2026-06-13T11:54:45.2751914Z test api::worker::tests::guard_clears_only_when_all_children_stopped ... ok
2026-06-13T11:54:45.3095439Z test cli::tests::run_bounded_yields_value_or_timeout_default ... ok
2026-06-13T11:54:45.3693322Z test api::worker::tests::worker_poll_drains_spool ... ok
2026-06-13T11:54:45.4016853Z test cli::tests::probe_all_timeout_settles_false_without_stalling_batch ... ok
2026-06-13T11:54:45.4399306Z test api::worker::tests::worker_poll_holds_deferred_while_resting ... ok
2026-06-13T11:54:45.4409339Z test cli::tests::probe_all_runs_concurrently_in_input_order ... ok
2026-06-13T11:54:45.4430674Z test api::worker::tests::worker_start_nests_under_parent ... ok
2026-06-13T11:54:45.4474590Z test cli::tests::shell_subcommands_parse ... ok
2026-06-13T11:54:45.4523963Z test cli::tests::show_code_prints_reprovisioning_material ... ok
2026-06-13T11:54:45.4614401Z test cli::tests::single_subnet_auto_selects_and_code_matches_seed ... ok
2026-06-13T11:54:45.4634833Z test cli::tests::adapter_profile_verbs_local_only ... ok
2026-06-13T11:54:45.4650329Z test cli::tests::subcommands_parse ... ok
2026-06-13T11:54:45.4654243Z test cli::tests::subnet_status_renders_rows_and_hints_never_secrets ... ok
2026-06-13T11:54:45.4655727Z test cli::tests::subnets_joined_banner_renders_rows_and_divider ... ok
2026-06-13T11:54:45.4656974Z test cli::tests::trust_mutation_gate_refuses_without_confirmed_elevation ... ok
2026-06-13T11:54:45.4660015Z test cli::tests::unknown_elevation_falls_back ... ok
2026-06-13T11:54:45.4662475Z test cli::tests::unknown_named_subnet_is_usage_error ... ok
2026-06-13T11:54:45.4663553Z test elevation::tests::admin_terminal_style_has_no_command_prefix ... ok
2026-06-13T11:54:45.4664865Z test elevation::tests::auto_elevate_only_when_unix_interactive_and_unelevated ... ok
2026-06-13T11:54:45.4666024Z test elevation::tests::current_returns_a_determinate_level_on_supported_platforms ... ok
2026-06-13T11:54:45.4667456Z test elevation::tests::fallback_message_names_authenticator_app_and_subnet ... ok
2026-06-13T11:54:45.4668862Z test elevation::tests::gate_shows_only_when_confirmed_elevated ... ok
2026-06-13T11:54:45.4670223Z test elevation::tests::sudo_rerun_shell_quotes_spaced_args ... ok
2026-06-13T11:54:45.4671808Z test elevation::tests::sudo_rerun_uses_absolute_path_not_bare_name ... ok
2026-06-13T11:54:45.4730613Z test wansend::tests::load_snapshots_degrades_on_junk ... ok
2026-06-13T11:54:45.4732688Z test wansend::tests::refusals_render_copy_paste_targets ... ok
2026-06-13T11:54:45.4738976Z test cli::tests::subnet_arg_shapes_parse ... ok
2026-06-13T11:54:45.4817717Z test cli::tests::adapter_string_verbs ... ok
2026-06-13T11:54:45.4909792Z test cli::tests::apply_user_msg_gate_local_origination ... ok
2026-06-13T11:54:45.7087018Z test cli::tests::probe_all_cap_batches_into_windows ... ok
2026-06-13T11:54:46.1908336Z test cli::tests::endpoint_role_overwrite_is_the_sole_writer ... ok
2026-06-13T11:54:47.8822493Z test cli::tests::fork_forks_homes_and_deletes_exactly_the_source ... ok
2026-06-13T11:55:03.2554503Z test cli::tests::owner_shutdown_gated_by_can_shutdown_grant ... ok
2026-06-13T11:55:03.4791350Z test cli::tests::shell_channels_relay_sensory_and_text_file ... ok
2026-06-13T11:55:03.5097111Z test cli::tests::shell_owner_exclusivity_negatives ... ok
2026-06-13T11:55:03.5430281Z test cli::tests::shell_relink_relaunches_offline_instances_only ... ok
2026-06-13T11:55:03.6938090Z test cli::tests::shell_spawn_approval_floor_gates ... ok
2026-06-13T11:55:03.8841254Z test cli::tests::shell_spawn_cap_and_over_cap_gates ... ok
2026-06-13T11:55:14.1968663Z test cli::tests::shell_spawn_gates_on_the_registered_set ... ok
2026-06-13T11:55:14.2228870Z test cli::tests::shell_spawn_profiled_option_resolves_and_shares_cap ... ok
2026-06-13T11:55:14.2300277Z test cli::tests::shutdown_soft_stops_and_suspends ... ok
2026-06-13T11:55:14.5423373Z test wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate ... ok
2026-06-13T11:55:14.6950100Z test wansend::tests::wan_send_ships_to_the_resolved_node ... ok
2026-06-13T11:55:14.6950309Z 
2026-06-13T11:55:14.6952231Z test result: ok. 119 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 30.64s
2026-06-13T11:55:14.6952521Z 
2026-06-13T11:55:14.7048824Z      Running tests\brain_respawn_rename.rs (target\debug\deps\brain_respawn_rename-5f9f69f29c5fa3ae.exe)
2026-06-13T11:55:14.7637483Z 
2026-06-13T11:55:14.7637710Z running 1 test
2026-06-13T11:55:17.3661491Z ELEVATED_DAEMON: no unelevated identity to drop to — serving with the elevated token
2026-06-13T11:55:17.4439609Z BRAIN_UP: connected to broker spt-daemon-broker-97481d4b2062a8b3.sock (pid 29828, generation 0, start-reason cold)
2026-06-13T11:55:19.1552735Z BRAIN_NET_CONSUMERS_UP: net enabled (node 005740d59782453f82ce0e512424b74a14b927f0932fd5c211921d79bb011791) — dispatcher + peer pump started
2026-06-13T11:55:19.1554107Z PUMP_IPC_READER: spawned
2026-06-13T11:55:20.8326374Z BRAIN_EXIT: brain child exited (exit code: 1) — respawning
2026-06-13T11:55:20.8326741Z BRAIN_RESTART: supervised respawn in 4s
2026-06-13T11:55:27.1664073Z BRAIN_UP: connected to broker spt-daemon-broker-97481d4b2062a8b3.sock (pid 18972, generation 1, start-reason crash)
2026-06-13T11:55:28.5135422Z test brain_respawns_onto_applied_bytes_after_in_place_rename ... ok
2026-06-13T11:55:28.5135626Z 
2026-06-13T11:55:28.5135784Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.75s
2026-06-13T11:55:28.5135996Z 
2026-06-13T11:55:28.5149024Z      Running tests\brain_split.rs (target\debug\deps\brain_split-d339a75162cedd52.exe)
2026-06-13T11:55:28.5703806Z 
2026-06-13T11:55:28.5704108Z running 2 tests
2026-06-13T11:55:29.2777672Z ELEVATED_DAEMON: no unelevated identity to drop to — serving with the elevated token
2026-06-13T11:55:29.2778098Z ELEVATED_DAEMON: no unelevated identity to drop to — serving with the elevated token
2026-06-13T11:55:29.3510903Z BRAIN_UP: connected to broker spt-daemon-broker-434b4daddf7348d8.sock (pid 43568, generation 0, start-reason cold)
2026-06-13T11:55:29.3516017Z BRAIN_UP: connected to broker spt-daemon-broker-fddf9721d3c05bd9.sock (pid 55256, generation 0, start-reason cold)
2026-06-13T11:55:30.9285517Z BRAIN_EXIT: brain child exited (exit code: 1) — respawning
2026-06-13T11:55:30.9285769Z BRAIN_RESTART: supervised respawn in 4s
2026-06-13T11:55:30.9295329Z BRAIN_EXIT: brain child exited (exit code: 1) — respawning
2026-06-13T11:55:30.9295791Z BRAIN_RESTART: supervised respawn in 4s
2026-06-13T11:55:34.9538001Z BRAIN_UP: connected to broker spt-daemon-broker-fddf9721d3c05bd9.sock (pid BRAIN_UP: connected to broker 30120, generation 1, start-reason spt-daemon-broker-434b4daddf7348d8.sock (pid crash30184)
2026-06-13T11:55:34.9538565Z , generation 1, start-reason crash)
2026-06-13T11:55:36.3625667Z test broker_survives_brain_kill_and_respawns_it ... ok
2026-06-13T11:55:36.4093607Z test seed_anchor_survives_brain_cycle ... ok
2026-06-13T11:55:36.4093781Z 
2026-06-13T11:55:36.4093953Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.84s
2026-06-13T11:55:36.4094249Z 
2026-06-13T11:55:36.4110451Z      Running tests\brain_survive.rs (target\debug\deps\brain_survive-e98564dfaaa3919c.exe)
2026-06-13T11:55:37.1254596Z 
2026-06-13T11:55:37.1254911Z running 1 test
2026-06-13T11:55:41.0582676Z BRAIN_UP: connected to broker spt-daemon-broker-e319fea95a949346.sock (pid 29784, generation 0, start-reason cold)
2026-06-13T11:55:41.0586791Z BRAIN_RESUMED: re-attached 1 session(s): [1]
2026-06-13T11:55:43.1775750Z BRAIN_UP: connected to broker spt-daemon-broker-e319fea95a949346.sock (pid 48712, generation 1, start-reason update)
2026-06-13T11:55:43.1780271Z BRAIN_RESUMED: re-attached 1 session(s): [1]
2026-06-13T11:55:44.5734909Z test pty_and_quic_survive_brain_process_restart_onto_swapped_binary ... ok
2026-06-13T11:55:44.5735206Z 
2026-06-13T11:55:44.5735753Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.45s
2026-06-13T11:55:44.5735967Z 
2026-06-13T11:55:44.5785882Z      Running tests\contract_e2e.rs (target\debug\deps\contract_e2e-c9ca32b084f3c2b5.exe)
2026-06-13T11:55:45.0557752Z 
2026-06-13T11:55:45.0558050Z running 4 tests
2026-06-13T11:55:45.6691636Z test cold_api_call_autostarts_daemon_and_handoff_is_in_memory ... ok
2026-06-13T11:55:45.6966731Z SEEDED:53704
2026-06-13T11:55:46.8173801Z test live_agent_lifecycle_e2e ... ok
2026-06-13T11:55:47.0068730Z test mock_adapter_drives_the_full_contract ... ok
2026-06-13T11:55:47.0732979Z SEEDED:53704
2026-06-13T11:55:47.4202525Z test seed_then_listen_binds_and_relays ... ok
2026-06-13T11:55:47.4202703Z 
2026-06-13T11:55:47.4202855Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.36s
2026-06-13T11:55:47.4203066Z 
2026-06-13T11:55:47.4217846Z      Running tests\gateway_e2e.rs (target\debug\deps\gateway_e2e-1c057c654d227275.exe)
2026-06-13T11:55:47.8977450Z 
2026-06-13T11:55:47.8977772Z running 1 test
2026-06-13T11:55:48.1090724Z BOUND:ordinary-agent token=e894f7097f18eab3027cc33e958ad71f
2026-06-13T11:55:48.1820368Z test gateway_binds_and_is_the_user_backed_origin ... ok
2026-06-13T11:55:48.1820572Z 
2026-06-13T11:55:48.1820740Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
2026-06-13T11:55:48.1820953Z 
2026-06-13T11:55:48.1834546Z      Running tests\n1_compat.rs (target\debug\deps\n1_compat-13fb27077e6f7539.exe)
2026-06-13T11:55:48.2316815Z 
2026-06-13T11:55:48.2317053Z running 1 test
2026-06-13T11:55:49.4563161Z test brain_accepts_old_and_new_broker_argv ... ok
2026-06-13T11:55:49.4563337Z 
2026-06-13T11:55:49.4563489Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.22s
2026-06-13T11:55:49.4563750Z 
2026-06-13T11:55:49.4575921Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-6cde78ecf3b148be.exe)
2026-06-13T11:55:49.5076405Z 
2026-06-13T11:55:49.5076669Z running 1 test
2026-06-13T11:55:49.5077834Z test new_brain_serves_against_old_broker ... ok
2026-06-13T11:55:49.5077997Z 
2026-06-13T11:55:49.5079280Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T11:55:49.5079507Z 
2026-06-13T11:55:49.5090192Z      Running tests\notify_shell_e2e.rs (target\debug\deps\notify_shell_e2e-40a11ac8c1cc5c18.exe)
2026-06-13T11:55:49.9955215Z 
2026-06-13T11:55:49.9955588Z running 1 test
2026-06-13T11:55:49.9956977Z test notify_shell_renders_a_commanded_toast ... ok
2026-06-13T11:55:49.9957158Z 
2026-06-13T11:55:49.9957315Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T11:55:49.9957538Z 
2026-06-13T11:55:49.9969554Z      Running tests\oneliner_e2e.rs (target\debug\deps\oneliner_e2e-2845e06605d4438b.exe)
2026-06-13T11:55:50.0501650Z 
2026-06-13T11:55:50.0501770Z running 1 test
2026-06-13T11:55:50.0503551Z test install_script_against_staged_release ... ok
2026-06-13T11:55:50.0503715Z 
2026-06-13T11:55:50.0503868Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T11:55:50.0504083Z 
2026-06-13T11:55:50.0516296Z      Running tests\quickstart_e2e.rs (target\debug\deps\quickstart_e2e-6371c90dbb25dd2b.exe)
2026-06-13T11:55:50.0783393Z 
2026-06-13T11:55:50.0783567Z running 1 test
2026-06-13T11:55:52.5770887Z test published_messaging_quickstart_runs_as_written ... ok
2026-06-13T11:55:52.5772124Z 
2026-06-13T11:55:52.5772345Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.50s
2026-06-13T11:55:52.5772566Z 
2026-06-13T11:55:52.5784537Z      Running tests\release_verify_e2e.rs (target\debug\deps\release_verify_e2e-e86951368d5bb668.exe)
2026-06-13T11:55:52.9731233Z 
2026-06-13T11:55:52.9731641Z running 1 test
2026-06-13T11:55:52.9732546Z test published_release_verifies_against_embedded_anchor ... ok
2026-06-13T11:55:52.9733084Z 
2026-06-13T11:55:52.9733236Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T11:55:52.9733457Z 
2026-06-13T11:55:52.9746331Z      Running tests\shell_e2e.rs (target\debug\deps\shell_e2e-7f3320b39706ea09.exe)
2026-06-13T11:55:53.4513333Z 
2026-06-13T11:55:53.4513592Z running 1 test
2026-06-13T11:55:56.3255770Z test mock_shell_binary_drives_the_full_link ... ok
2026-06-13T11:55:56.3255945Z 
2026-06-13T11:55:56.3256106Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.87s
2026-06-13T11:55:56.3256324Z 
2026-06-13T11:55:56.3272461Z      Running tests\shell_sleepwake_e2e.rs (target\debug\deps\shell_sleepwake_e2e-763de25367aa8cd0.exe)
2026-06-13T11:55:56.9045916Z 
2026-06-13T11:55:56.9046186Z running 1 test
2026-06-13T11:55:58.4564732Z test sleep_wake_cycle_drives_from_both_ends ... ok
2026-06-13T11:55:58.4564921Z 
2026-06-13T11:55:58.4565087Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.55s
2026-06-13T11:55:58.4565313Z 
2026-06-13T11:55:58.4581650Z      Running unittests src\lib.rs (target\debug\deps\spt_daemon-6ab6f55cb1fd5bc7.exe)
2026-06-13T11:55:59.1575408Z 
2026-06-13T11:55:59.1575729Z running 281 tests
2026-06-13T11:55:59.1582592Z test adapter_update::tests::delegated_attested_delegates_command ... ok
2026-06-13T11:55:59.1583325Z test adapter_update::tests::delegated_unattested_is_skipped ... ok
2026-06-13T11:55:59.1583809Z test adapter_update::tests::file_pull_without_payload_is_skipped ... ok
2026-06-13T11:55:59.1658017Z test applyhost::tests::brain_restart_verb_raises_the_supervisor_signal ... ok
2026-06-13T11:55:59.1697039Z test brainproc::tests::appended_padding_flips_exe_hash ... ok
2026-06-13T11:55:59.1731561Z test adapter_update::tests::file_pull_verified_against_adapter_key ... ok
2026-06-13T11:55:59.1781638Z test adapter_update::tests::file_pull_wrong_key_rejected ... ok
2026-06-13T11:55:59.1782192Z test adapter_update::tests::file_pull_tampered_bytes_rejected ... ok
2026-06-13T11:55:59.1792916Z test adapter_update::tests::ripple_conducts_each_adapter_in_order ... ok
2026-06-13T11:55:59.1822859Z test brainproc::tests::brain_child_args_carry_generation_and_reason ... ok
2026-06-13T11:55:59.1823462Z test brainproc::tests::bytes_gate_truth_table ... ok
2026-06-13T11:55:59.1823897Z test brainproc::tests::consumer_gate_spawns_once_when_net_enabled ... ok
2026-06-13T11:55:59.1867226Z test brainproc::tests::backoff_doubles_on_fast_death_resets_when_healthy ... ok
2026-06-13T11:55:59.1867851Z test brainproc::tests::ready_exe_hash_parses_and_is_n1_readable ... ok
2026-06-13T11:55:59.1868309Z test brainproc::tests::ready_generation_parses_stamp_and_fails_safe ... ok
2026-06-13T11:55:59.1868695Z test access::tests::gate_decision_table ... ok
2026-06-13T11:55:59.1880271Z test brainproc::tests::rollback_running_version_is_prior_not_n_minus_one ... ok
2026-06-13T11:55:59.1900882Z test brainproc::tests::ready_generation_at_reads_file_and_absent_is_none ... ok
2026-06-13T11:55:59.1901538Z test brainproc::tests::select_brain_exe_prefers_canonical_over_per_spawn_current_exe ... ok
2026-06-13T11:55:59.1902408Z test applyhost::tests::apply_staged_update_set_refuses_broker_touching_payloads ... ok
2026-06-13T11:55:59.1903050Z test brainproc::tests::start_reason_arg_round_trips_and_is_lenient ... ok
2026-06-13T11:55:59.1943704Z test applyhost::tests::apply_staged_without_broker_hosted_sessions_swaps_binary ... ok
2026-06-13T11:55:59.1984042Z test access::tests::reply_passes_where_unsolicited_refused ... ok
2026-06-13T11:55:59.2009558Z test adapter_update::tests::ripple_registered_uses_the_registered_set ... ok
2026-06-13T11:55:59.2047302Z test applyhost::tests::apply_staged_refuses_platform_blind_or_mismatched_single ... ok
2026-06-13T11:55:59.2069899Z test applyhost::tests::apply_staged_refuses_a_quarantined_version ... ok
2026-06-13T11:55:59.2073037Z test broker::tests::delivered_cursor_advances_only_on_ok_and_is_monotonic ... ok
2026-06-13T11:55:59.2075397Z test broker::tests::sessions_reply_resume_seq_defaults_when_absent ... ok
2026-06-13T11:55:59.2078001Z test codec::tests::back_to_back_frames_decode_independently ... ok
2026-06-13T11:55:59.2079632Z test codec::tests::frame_round_trips_through_buffer ... ok
2026-06-13T11:55:59.2082007Z test codec::tests::oversized_prefix_rejected ... ok
2026-06-13T11:55:59.2114874Z test applyhost::tests::apply_staged_update_set_selects_local_platform_artifact ... ok
2026-06-13T11:55:59.2119462Z test brainproc::tests::rolled_back_record_spawns_rollback_binary_on_a_fresh_supervisor ... ok
2026-06-13T11:55:59.2141077Z test applyhost::tests::apply_staged_swaps_binary_and_hands_off_without_touching_the_endpoint ... ok
2026-06-13T11:55:59.2149635Z test config::tests::auto_suspend_knob_is_opt_in_default_off ... ok
2026-06-13T11:55:59.2165387Z test access::tests::same_node_always_passes_without_minting ... ok
2026-06-13T11:55:59.2172785Z test config::tests::missing_file_is_default ... ok
2026-06-13T11:55:59.2182264Z test config::tests::crash_grace_is_config_driven ... ok
2026-06-13T11:55:59.2200152Z test config::tests::detached_subnets_knob_defaults_empty ... ok
2026-06-13T11:55:59.2205019Z test config::tests::full_auto_update_is_gated_by_default ... ok
2026-06-13T11:55:59.2206542Z test consent::tests::decide_honors_full_auto_flag ... ok
2026-06-13T11:55:59.2213658Z test config::tests::malformed_file_degrades_to_default ... ok
2026-06-13T11:55:59.2221345Z test brainproc::tests::planned_restart_respawns_with_update_reason ... ok
2026-06-13T11:55:59.2235779Z test applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched ... ok
2026-06-13T11:55:59.2238448Z test daemon::tests::net_retry_backoff_doubles_then_caps ... ok
2026-06-13T11:55:59.2242032Z test daemon::tests::windows_arg_quoting_roundtrips_the_rules ... ok
2026-06-13T11:55:59.2242434Z test config::tests::pulse_period_is_config_driven ... ok
2026-06-13T11:55:59.2245241Z test deadline::tests::advance_after_fire_steps_one_grid_normally_and_collapses_a_stall ... ok
2026-06-13T11:55:59.2272576Z test config::tests::save_load_roundtrip ... ok
2026-06-13T11:55:59.2290721Z test daemon::tests::is_running_tracks_the_seed_channel ... ok
2026-06-13T11:55:59.2292171Z test deadline::tests::next_fire_between_grid_points_rounds_up ... ok
2026-06-13T11:55:59.2294242Z test deadline::tests::next_fire_long_jump_collapses_missed_ticks_to_one ... ok
2026-06-13T11:55:59.2295048Z test deadline::tests::next_fire_on_grid_returns_now_and_advances_strictly ... ok
2026-06-13T11:55:59.2296859Z test deadline::tests::next_fire_saturates_when_now_precedes_anchor ... ok
2026-06-13T11:55:59.2298145Z test deadline::tests::one_shot_fires_at_or_after_target_and_never_resets ... ok
2026-06-13T11:55:59.2313037Z test brainproc::tests::ready_but_wrong_bytes_rolls_back_never_promotes ... ok
2026-06-13T11:55:59.2313545Z test deadline::tests::cold_and_crash_write_fresh_anchor_at_now ... ok
2026-06-13T11:55:59.2314790Z test deadline::tests::zero_interval_degrades_to_config_default ... ok
2026-06-13T11:55:59.2317039Z test deelevate::tests::env_overlay_keeps_explicit_spt_home_alive ... ok
2026-06-13T11:55:59.2318592Z test deelevate::tests::plan_spawn_deelevates_only_with_a_target ... ok
2026-06-13T11:55:59.2351164Z test consent::tests::no_live_session_resolves_to_none ... ok
2026-06-13T11:55:59.2351768Z test digest::tests::active_turn_growth_is_a_tail_delta ... ok
2026-06-13T11:55:59.2353923Z test config::tests::relay_choice_is_config_driven ... ok
2026-06-13T11:55:59.2372839Z test deadline::tests::corrupt_file_degrades_to_fresh ... ok
2026-06-13T11:55:59.2379671Z test digest::tests::from_manifest_feeds_and_snapshots ... ok
2026-06-13T11:55:59.2382846Z test digest::tests::applying_deltas_reconstructs_snapshot ... ok
2026-06-13T11:55:59.2389836Z test digest::tests::persistence_off_surfaces_nothing ... ok
2026-06-13T11:55:59.2399852Z test deadline::tests::distinct_keys_do_not_cross_clobber ... ok
2026-06-13T11:55:59.2402321Z test digesthub::tests::publish_then_snapshot_reads_latest ... ok
2026-06-13T11:55:59.2403640Z test digest::tests::persistence_reports_each_completed_turn_once ... ok
2026-06-13T11:55:59.2404107Z test digesthub::tests::render_is_glanceable ... ok
2026-06-13T11:55:59.2405259Z test digesthub::tests::subscribe_returns_current_base ... ok
2026-06-13T11:55:59.2405906Z test digesthub::tests::subscriber_receives_changes_then_is_pruned ... ok
2026-06-13T11:55:59.2407948Z test dispatch::tests::classifies_every_family_by_first_line_shape ... ok
2026-06-13T11:55:59.2408456Z test dispatch::tests::unknown_shapes_refuse_classification ... ok
2026-06-13T11:55:59.2413423Z test digest::tests::unchanged_feed_emits_no_delta ... ok
2026-06-13T11:55:59.2413957Z test digest::tests::tool_sprint_is_structured_in_the_turn ... ok
2026-06-13T11:55:59.2422501Z test digest::tests::window_slide_resends_from_zero ... ok
2026-06-13T11:55:59.2444789Z test deadline::tests::update_keeps_anchor_and_refreshes_interval ... ok
2026-06-13T11:55:59.2447133Z test frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer ... ok
2026-06-13T11:55:59.2449035Z test frame::tests::handshake_accepts_newer_brain_on_older_broker ... ok
2026-06-13T11:55:59.2450242Z test frame::tests::handshake_rejects_below_floor ... ok
2026-06-13T11:55:59.2451332Z test frame::tests::handshake_rejects_role_mismatch ... ok
2026-06-13T11:55:59.2452876Z test frame::tests::unknown_kind_is_not_a_decode_error ... ok
2026-06-13T11:55:59.2454259Z test grants::tests::escalation_answers_apply ... ok
2026-06-13T11:55:59.2456011Z test grants::tests::escalation_ask_body_roundtrip ... ok
2026-06-13T11:55:59.2500395Z test deadline::tests::update_with_no_file_falls_back_fresh ... ok
2026-06-13T11:55:59.2501884Z test grants::tests::no_session_escalates_with_none_target ... ok
2026-06-13T11:55:59.2503335Z test grants::tests::preconsent_flags_author_grants ... ok
2026-06-13T11:55:59.2504603Z test grants::tests::reserved_capabilities_refuse_even_when_granted ... ok
2026-06-13T11:55:59.2505880Z test grants::tests::ungranted_escalates_granted_allows ... ok
2026-06-13T11:55:59.2701874Z test effect::tests::second_apply_for_same_key_is_deduped ... ok
2026-06-13T11:55:59.2704532Z test effect::tests::failed_effect_is_not_recorded_applied ... ok
2026-06-13T11:55:59.2705323Z test effect::tests::applied_set_survives_reopen ... ok
2026-06-13T11:55:59.2714765Z test effect::tests::open_creates_missing_parent_dirs ... ok
2026-06-13T11:55:59.2717058Z test consent::tests::resolves_most_recently_active_live_session ... ok
2026-06-13T11:55:59.3870342Z test grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips ... ok
2026-06-13T11:55:59.3879767Z test effect::tests::gauntlet_is_exactly_once_across_brain_crashes ... ok
2026-06-13T11:55:59.3895617Z test brainproc::tests::clear_before_spawn_defeats_exact_generation_stale_file ... ok
2026-06-13T11:55:59.4215100Z test brainproc::tests::ready_with_matching_bytes_promotes ... ok
2026-06-13T11:55:59.4391111Z test brainproc::tests::trial_promotes_on_ready_then_supervises_the_accepted_binary ... ok
2026-06-13T11:55:59.5034921Z test lifecycle::tests::crash_signoff_spares_recovered_self ... ok
2026-06-13T11:55:59.5475170Z test brainproc::tests::trial_kills_alive_never_ready_candidate_before_rollback ... ok
2026-06-13T11:55:59.6066043Z test lifecycle::tests::crash_signoff_tears_down_when_still_gone ... ok
2026-06-13T11:55:59.6067211Z test machineid::tests::hash_is_domain_separated_and_stable ... ok
2026-06-13T11:55:59.6351471Z test brainproc::tests::stale_generation_minus_one_ready_never_promotes ... ok
2026-06-13T11:55:59.6352640Z test msg::tests::bytes_round_trip_through_payload ... ok
2026-06-13T11:55:59.6354677Z test msg::tests::net_frames_round_trip_and_tolerate_unknown_fields ... ok
2026-06-13T11:55:59.6355688Z test msg::tests::output_envelope_round_trips ... ok
2026-06-13T11:55:59.6357058Z test msg::tests::presence_event_round_trips_and_tolerates_future_kind ... ok
2026-06-13T11:55:59.6358123Z test msg::tests::spawn_req_tolerates_unknown_field ... ok
2026-06-13T11:55:59.6555253Z test brainproc::tests::supervisor_owns_generation_and_stamps_start_reason ... ok
2026-06-13T11:55:59.6578927Z test brainproc::tests::supervisor_respawns_brain_until_stopped ... ok
2026-06-13T11:55:59.6810075Z test nethost::tests::host_binds_endpoint_to_node_identity ... ok
2026-06-13T11:55:59.7021565Z test lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid ... ok
2026-06-13T11:55:59.7265608Z test nethost::tests::two_hosts_dial_over_loopback ... ok
2026-06-13T11:56:00.7169588Z test lifecycle::tests::harness_owner_gone_anchors_on_parent_pid ... ok
2026-06-13T11:56:00.7195265Z test brainproc::tests::trial_rolls_back_after_budget_of_pre_ready_exits ... ok
2026-06-13T11:56:00.8197384Z test lifecycle::tests::orphan_watch_fires_on_dead_owner ... ok
2026-06-13T11:56:00.8474092Z test notif::tests::notif_command_renders_all_keys_and_is_opt_in ... ok
2026-06-13T11:56:00.8953748Z test lifecycle::tests::orphan_watch_honors_stop_for_live_owner ... ok
2026-06-13T11:56:00.9924967Z test lifecycle::tests::pulse_loop_does_not_write_anchor_per_fire ... ok
2026-06-13T11:56:01.0905503Z test lifecycle::tests::pulse_loop_is_config_paced_and_killable ... ok
2026-06-13T11:56:01.2064970Z test lifecycle::tests::pulse_loop_update_preserves_phase_crash_rebases ... ok
2026-06-13T11:56:01.2628490Z test notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed ... ok
2026-06-13T11:56:01.2899978Z test lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state ... ok
2026-06-13T11:56:01.3313894Z test notifsync::tests::feed_converges_two_stores_and_dismiss_replicates ... ok
2026-06-13T11:56:01.3521968Z test notifsync::tests::non_member_subnet_record_never_materializes ... ok
2026-06-13T11:56:01.3523016Z test pairhost::tests::wire_errors_classify_for_the_guided_ux ... ok
2026-06-13T11:56:01.3630314Z test presence::tests::mra_degrades_to_local_and_skips_noise_rows ... ok
2026-06-13T11:56:01.3704658Z test presence::tests::mra_joins_local_and_gossiped_legs_under_one_max ... ok
2026-06-13T11:56:01.3767592Z test presence::tests::snapshot_loading_degrades_on_junk ... ok
2026-06-13T11:56:01.3845823Z test notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped ... ok
2026-06-13T11:56:01.3847064Z test propagate::tests::classifier_maps_every_status_shape ... ok
2026-06-13T11:56:01.3855428Z test presence::tests::subnet_scope_gates_both_legs ... ok
2026-06-13T11:56:01.8783193Z test lifecycle::tests::pulse_tick_ingests_drop ... ok
2026-06-13T11:56:02.0606792Z test lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces ... ok
2026-06-13T11:56:02.1157421Z test linkhost::tests::run_action_relinks_drives_and_refuses ... ok
2026-06-13T11:56:02.1161528Z test machineid::tests::machine_id_hash_resolves_and_is_stable ... ok
2026-06-13T11:56:02.2021281Z test notif::tests::consent_decision_produces_notif_only_when_gated ... ok
2026-06-13T11:56:02.2938392Z test notif::tests::first_fire_reaches_most_recent_visible_endpoint ... ok
2026-06-13T11:56:02.3928636Z test notif::tests::first_fire_redirects_to_a_fresher_remote_winner_unmarked ... ok
2026-06-13T11:56:02.4051940Z test pump::registry::tests::fire_due_rotations_rotates_due_and_leaves_pending ... ok
2026-06-13T11:56:02.4062087Z test pump::registry::tests::poll_wake_takes_the_advertise_marker_exactly_once ... ok
2026-06-13T11:56:02.4427955Z test notif::tests::hidden_endpoint_boundary_surfaces_nothing ... ok
2026-06-13T11:56:02.4431884Z test pump::tests::choreography_fan_targets_skips_detached_and_self ... ok
2026-06-13T11:56:02.4433954Z test pump::tests::choreography_first_tick_primes_all_legs ... ok
2026-06-13T11:56:02.4436073Z test pump::tests::choreography_mark_after_round_stamps_only_due ... ok
2026-06-13T11:56:02.4437227Z test pump::tests::choreography_peer_step_aborts_on_first_failure ... ok
2026-06-13T11:56:02.4438760Z test pump::tests::choreography_pre_round_once_and_before_any_peer_step ... ok
2026-06-13T11:56:02.4440269Z test pump::tests::choreography_wake_forces_only_that_worker ... ok
2026-06-13T11:56:02.4443079Z test pump::tests::first_tick_is_due_and_never_underflows ... ok
2026-06-13T11:56:02.4703769Z test pump::tests::heartbeat_writes_and_advances ... ok
2026-06-13T11:56:02.4705080Z test pump::tests::peer_outcome_timeout_bubbles_ordinary_aborts ... ok
2026-06-13T11:56:02.4706412Z test pump::tests::push_target_is_the_full_roster_minus_self_and_tombstoned ... ok
2026-06-13T11:56:02.4807235Z test pump::tests::seeded_dial_order_fallback_and_writeback ... ok
2026-06-13T11:56:02.4808335Z test pump::tests::supervisor_backoff_doubles_caps_and_resets ... ok
2026-06-13T11:56:02.5116125Z test pump::tests::supervisor_restarts_a_panicking_pump_until_stop ... ok
2026-06-13T11:56:02.5117132Z test pump::tests::wake_forces_a_round_regardless_of_cadence ... ok
2026-06-13T11:56:02.5118422Z test reconcile::tests::active_node_wins ... ok
2026-06-13T11:56:02.5119418Z test reconcile::tests::double_active_tiebreaks_deterministically ... ok
2026-06-13T11:56:02.5120372Z test reconcile::tests::fallback_lowest_non_offline ... ok
2026-06-13T11:56:02.5121204Z test reconcile::tests::no_rows_reconciles_locally ... ok
2026-06-13T11:56:02.5316560Z test notif::tests::hidden_endpoint_is_never_the_target ... ok
2026-06-13T11:56:02.5382016Z test registryhost::tests::admitted_feeds_stamp_the_heard_map ... ok
2026-06-13T11:56:02.5590735Z test notif::tests::no_live_endpoint_is_a_typed_no_target ... ok
2026-06-13T11:56:02.6849875Z test notif::tests::resurface_delivers_undismissed_with_gates ... ok
2026-06-13T11:56:02.8030822Z test notif::tests::rollback_notif_is_loud_and_resurfaces ... ok
2026-06-13T11:56:02.8837294Z test notif::tests::shell_notif_templates_render_for_attached_instances_only ... ok
2026-06-13T11:56:02.8947524Z test registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active ... ok
2026-06-13T11:56:02.8984949Z test registryhost::tests::apply_feed_gates_and_merges_under_the_lease ... ok
2026-06-13T11:56:02.9059482Z test registryhost::tests::apply_node_labels_gates_and_merges ... ok
2026-06-13T11:56:02.9159212Z test registryhost::tests::evict_silent_peers_drops_unheard_rows_and_rewrites_snapshots ... ok
2026-06-13T11:56:02.9980738Z test notif::tests::suppression_window_holds_cross_endpoint ... ok
2026-06-13T11:56:03.0149622Z test registryhost::tests::repair_evict_tombstones_roster_snapshot_and_notices ... ok
2026-06-13T11:56:03.0150646Z test registryhost::tests::superseded_requires_label_and_machine_id_under_other_key ... ok
2026-06-13T11:56:03.0175802Z test registryhost::tests::with_epoch_is_the_one_canonical_counter ... ok
2026-06-13T11:56:03.0924207Z test psyrelay::tests::empty_and_oversize_bodies_drop_typed ... ok
2026-06-13T11:56:03.2222096Z test psyrelay::tests::notify_reaches_own_user_only ... ok
2026-06-13T11:56:03.2446692Z test relcache::tests::applied_state_two_phase_round_trips_and_degrades ... ok
2026-06-13T11:56:03.2512568Z test relcache::tests::partial_update_set_can_serve_held_platform_only ... ok
2026-06-13T11:56:03.2598745Z test relcache::tests::single_platform_stamp_is_explicit_and_cleared_on_restage ... ok
2026-06-13T11:56:03.2693729Z test relcache::tests::stage_round_trips_and_restage_replaces ... ok
2026-06-13T11:56:03.2740799Z test relcache::tests::torn_or_corrupt_stage_offers_nothing ... ok
2026-06-13T11:56:03.2776172Z test relcache::tests::update_set_round_trips_and_loads_by_platform ... ok
2026-06-13T11:56:03.2865391Z test release::tests::artifact_digest_mismatch_is_rejected ... ok
2026-06-13T11:56:03.2956425Z test release::tests::builtin_keys_merge_and_revoke_under_file_overlay ... ok
2026-06-13T11:56:03.3043742Z test release::tests::channel_mismatch_is_rejected ... ok
2026-06-13T11:56:03.3128356Z test release::tests::expired_metadata_is_rejected ... ok
2026-06-13T11:56:03.3129661Z test release::tests::hex_roundtrips ... ok
2026-06-13T11:56:03.3135069Z test psyrelay::tests::notify_without_live_endpoint_is_pending ... ok
2026-06-13T11:56:03.3209116Z test release::tests::production_policy_loads_fail_closed ... ok
2026-06-13T11:56:03.3213318Z test release::tests::revoked_key_is_rejected ... ok
2026-06-13T11:56:03.3214662Z test release::tests::shipped_builtin_table_is_well_formed ... ok
2026-06-13T11:56:03.3300045Z test release::tests::tampered_metadata_fails_signature ... ok
2026-06-13T11:56:03.3382938Z test release::tests::non_monotonic_version_is_rollback ... ok
2026-06-13T11:56:03.3390361Z test release::tests::untrusted_key_is_unknown ... ok
2026-06-13T11:56:03.3476527Z test release::tests::update_set_artifact_mismatch_is_rejected ... ok
2026-06-13T11:56:03.3562149Z test release::tests::update_set_channel_and_rollback_gates_hold ... ok
2026-06-13T11:56:03.3563779Z test release::tests::update_set_missing_platform_is_typed_rejection ... ok
2026-06-13T11:56:03.3649457Z test release::tests::update_set_tampering_breaks_whole_set_signature ... ok
2026-06-13T11:56:03.3653746Z test release::tests::update_set_verifies_and_selects_platform_artifact ... ok
2026-06-13T11:56:03.3735561Z test release::tests::valid_release_verifies_and_artifact_matches ... ok
2026-06-13T11:56:03.3757674Z test resting::tests::apply_event_echo_failure_is_loud_but_state_persists ... ok
2026-06-13T11:56:03.3833938Z test resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake ... ok
2026-06-13T11:56:03.3835215Z test resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in ... ok
2026-06-13T11:56:03.3860428Z test psyrelay::tests::null_stdout_driver_fails_the_guard ... ok
2026-06-13T11:56:03.3861530Z test resting::tests::apply_event_auto_suspends_under_the_resolved_chain ... ok
2026-06-13T11:56:03.3876563Z test resting::tests::freshness_pull_marker_is_taken_exactly_once ... ok
2026-06-13T11:56:03.3877761Z test resting::tests::knob_chain_resolves_global_node_endpoint ... ok
2026-06-13T11:56:03.3943753Z test resting::tests::deferred_held_keys_on_the_durable_rest_record ... ok
2026-06-13T11:56:03.4030447Z test resting::tests::rest_record_round_trips_with_anchor_discipline ... ok
2026-06-13T11:56:03.4031767Z test resting::tests::transition_table_matches_the_context_model ... ok
2026-06-13T11:56:03.4034109Z test rollback_compat::tests::pre_ready_durable_files_are_additive_and_n1_readable ... ok
2026-06-13T11:56:03.4733822Z test psyrelay::tests::prose_only_relays_nothing ... ok
2026-06-13T11:56:03.5961167Z test psyrelay::tests::reply_relays_to_inbound_sender ... ok
2026-06-13T11:56:03.6832943Z test psyrelay::tests::reply_without_target_is_dropped ... ok
2026-06-13T11:56:03.8272145Z test psyrelay::tests::spoofed_routing_is_stripped_and_restamped ... ok
2026-06-13T11:56:03.8273447Z test seedproofx::grace_tests::grade_truth_table ... ok
2026-06-13T11:56:03.8275208Z test seedproofx::grace_tests::seed_never_appears_in_roster_gossip ... ok
2026-06-13T11:56:03.8276876Z test seedproofx::grace_tests::seedxfer_frame_round_trips_and_rejects_malformed ... ok
2026-06-13T11:56:03.8278164Z test seedproofx::roster_tests::empty_roster_frame_round_trips ... ok
2026-06-13T11:56:03.8279799Z test seedproofx::roster_tests::gapfill_fills_absent_only_and_skips_self ... ok
2026-06-13T11:56:03.8281173Z test seedproofx::roster_tests::malformed_roster_frame_rejected ... ok
2026-06-13T11:56:03.8283107Z test seedproofx::roster_tests::roster_frame_round_trips ... ok
2026-06-13T11:56:03.8478043Z test pump::registry::tests::pre_round_sweeps_and_refreshes_adverts_each_round ... ok
2026-06-13T11:56:03.8479012Z test service::tests::plan_start_prefers_service_then_spawn_idempotent ... ok
2026-06-13T11:56:03.8480154Z test service::tests::plan_stop_routes_managed_then_ipc_then_noop ... ok
2026-06-13T11:56:03.8481701Z test service::tests::run_refused_only_when_windows_and_vanishing ... ok
2026-06-13T11:56:03.8486958Z test shellchan::tests::frames_compose_and_stamp_roundtrips ... ok
2026-06-13T11:56:03.8488350Z test shellchan::tests::sensory_text_file_frames_shape ... ok
2026-06-13T11:56:03.8491782Z test shellchan::tests::vocab_check_bounds_ops_and_args ... ok
2026-06-13T11:56:03.8625709Z test shelldisc::tests::discover_across_joins_other_node_subnet_adapters ... ok
2026-06-13T11:56:03.8682734Z test registryhost::tests::advertise_local_scans_and_respects_visibility ... ok
2026-06-13T11:56:03.8849408Z test shelldisc::tests::shell_context_renders_sections_and_empties_to_none ... ok
2026-06-13T11:56:03.8873105Z test registryhost::tests::advertise_local_stamps_the_node_label ... ok
2026-06-13T11:56:03.9147496Z test shelldisc::tests::discovery_own_plus_broadcast_gated_instantiable ... ok
2026-06-13T11:56:03.9178436Z test registryhost::tests::advertisement_carries_both_authored_blurb ... ok
2026-06-13T11:56:03.9302654Z test shellhost::tests::gateway_typed_owner_spawns_and_owns_a_shell ... ok
2026-06-13T11:56:03.9409999Z test shellhost::tests::launch_fails_closed_on_bad_templates ... ok
2026-06-13T11:56:03.9485906Z test registryhost::tests::advertisement_carries_the_presence_datum ... ok
2026-06-13T11:56:03.9488124Z test shellhost::tests::link_key_and_frame_mac_roundtrip ... ok
2026-06-13T11:56:03.9489456Z test shellwake::tests::backoff_curve_doubles_to_the_cap ... ok
2026-06-13T11:56:03.9638292Z test shellhost::tests::launch_parks_token_and_bind_by_token_onlines ... ok
2026-06-13T11:56:03.9827296Z test registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped ... ok
2026-06-13T11:56:03.9872490Z test shellwake::tests::reconcile_resolves_profile_overlay ... ok
2026-06-13T11:56:03.9901382Z test shellwake::tests::resolve_wake_refuses_without_a_reachable_owner ... ok
2026-06-13T11:56:03.9971260Z test shellwake::tests::resolve_wake_leaves_a_dormant_owner_and_relaunches ... ok
2026-06-13T11:56:03.9987087Z test registryhost::tests::evict_silent_peers_never_touches_own_rows ... ok
2026-06-13T11:56:04.0323007Z test shellwake::tests::watcher_opcode_exit_fires_resolution_once ... ok
2026-06-13T11:56:04.0325159Z test sync::tests::gate_decision_table ... ok
2026-06-13T11:56:04.0912803Z test shellhost::tests::close_shell_ephemeral_tears_down_and_frees_the_slot ... ok
2026-06-13T11:56:04.1118084Z test relay::tests::respawn_loses_no_spooled_message ... ok
2026-06-13T11:56:04.1131163Z test transport::tests::local_socket_handshake_and_frame_round_trip ... ok
2026-06-13T11:56:04.1140529Z test transport::tests::local_socket_rejects_wrong_role ... ok
2026-06-13T11:56:04.1142470Z test update::tests::apply_refuses_non_brain_only_plan ... ok
2026-06-13T11:56:04.1144770Z test update::tests::classify_brain_only_when_broker_hosts_new_brain ... ok
2026-06-13T11:56:04.1146396Z test update::tests::classify_broker_breaking_on_resource_abi_change ... ok
2026-06-13T11:56:04.1147791Z test update::tests::classify_broker_compatible_when_brain_below_floor ... ok
2026-06-13T11:56:04.1326855Z test update::tests::plan_verified_produces_no_plan_for_a_rejected_release ... ok
2026-06-13T11:56:04.1486924Z test shellwake::tests::reconcile_flips_watchers_with_instance_state ... ok
2026-06-13T11:56:04.1576413Z test update::tests::plan_verified_yields_a_plan_for_a_valid_release ... ok
2026-06-13T11:56:04.1577740Z test wan::tests::origin_user_backed_matrix ... ok
2026-06-13T11:56:04.1579848Z test wan::tests::wan_user_msg_restamped_unless_origin_user_backed ... ok
2026-06-13T11:56:04.1592987Z test update::tests::plan_verified_update_set_uses_selected_platform_spec ... ok
2026-06-13T11:56:04.1594601Z test xfer::tests::resolve_under_confines_to_root ... ok
2026-06-13T11:56:04.1736753Z test xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely ... ok
2026-06-13T11:56:04.1850721Z test shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline ... ok
2026-06-13T11:56:04.1904872Z test relay::tests::run_honors_stop ... ok
2026-06-13T11:56:04.2238164Z test resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only ... ok
2026-06-13T11:56:04.2619398Z test shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases ... ok
2026-06-13T11:56:04.2887008Z test resting::tests::rest_edges_cascade_shells_with_divergence ... ok
2026-06-13T11:56:04.2953937Z test seedmap::tests::put_refreshes_existing ... ok
2026-06-13T11:56:04.3021609Z test seedmap::tests::put_then_take_consumes_once ... ok
2026-06-13T11:56:04.3084779Z test seedmap::tests::stop_op_acks_then_serve_returns ... ok
2026-06-13T11:56:04.3148302Z test seedmap::tests::take_absent_is_none ... ok
2026-06-13T11:56:04.3269489Z test serveprobe::tests::is_serving_subnet_honors_membership_and_detach ... ok
2026-06-13T11:56:04.3965620Z test shellwake::tests::resolve_wake_revives_a_suspended_owner_without_double_launch ... ok
2026-06-13T11:56:04.5521257Z test shellwake::tests::watcher_crash_exits_respawn_then_give_up ... ok
2026-06-13T11:56:04.6460011Z test sync::tests::reconcile_driver_structurally_excludes_live_role ... ok
2026-06-13T11:56:05.0015616Z test sync::tests::select_refs_scopes_two_tiers ... ok
2026-06-13T11:56:05.0015846Z 
2026-06-13T11:56:05.0016007Z test result: ok. 281 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.84s
2026-06-13T11:56:05.0016343Z 
2026-06-13T11:56:05.0063832Z      Running tests\access.rs (target\debug\deps\access-25d7a19800bbd88e.exe)
2026-06-13T11:56:05.7283908Z 
2026-06-13T11:56:05.7284245Z running 1 test
2026-06-13T11:56:15.2661465Z test whitelist_refuses_exempts_replies_and_admits_listed ... ok
2026-06-13T11:56:15.2661772Z 
2026-06-13T11:56:15.2662035Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.54s
2026-06-13T11:56:15.2662496Z 
2026-06-13T11:56:15.2795738Z      Running tests\attach.rs (target\debug\deps\attach-e6824908c7237101.exe)
2026-06-13T11:56:16.0685294Z 
2026-06-13T11:56:16.0685567Z running 3 tests
2026-06-13T11:56:16.6588123Z test remote_attach_drives_a_real_pty_cross_daemon ... ok
2026-06-13T11:56:16.6648618Z test attach_registers_remote_drive_detection ... ok
2026-06-13T11:56:16.6717341Z test attach_survives_target_brain_restart_exactly_once ... ok
2026-06-13T11:56:16.6717567Z 
2026-06-13T11:56:16.6717785Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.60s
2026-06-13T11:56:16.6717986Z 
2026-06-13T11:56:16.6868196Z      Running tests\brain_swap.rs (target\debug\deps\brain_swap-7b6fede01a3194f5.exe)
2026-06-13T11:56:17.4049214Z 
2026-06-13T11:56:17.4049478Z running 1 test
2026-06-13T11:56:17.4223056Z test brain_only_update_swaps_logic_with_zero_endpoint_interruption ... ok
2026-06-13T11:56:17.4223296Z 
2026-06-13T11:56:17.4223452Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
2026-06-13T11:56:17.4223660Z 
2026-06-13T11:56:17.4237334Z      Running tests\broker.rs (target\debug\deps\broker-ed579b8972694228.exe)
2026-06-13T11:56:18.1393869Z 
2026-06-13T11:56:18.1394082Z running 1 test
2026-06-13T11:56:18.1569863Z test broker_hosts_pty_child_streams_output_and_accepts_input ... ok
2026-06-13T11:56:18.1570063Z 
2026-06-13T11:56:18.1570212Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
2026-06-13T11:56:18.1570419Z 
2026-06-13T11:56:18.1583986Z      Running tests\budget.rs (target\debug\deps\budget-6b24af128d28c2a3.exe)
2026-06-13T11:56:18.8582422Z 
2026-06-13T11:56:18.8582690Z running 1 test
2026-06-13T11:56:18.8583956Z test measure_dormant_seat_budget ... ok
2026-06-13T11:56:18.8584099Z 
2026-06-13T11:56:18.8584515Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T11:56:18.8584734Z 
2026-06-13T11:56:18.8595660Z      Running tests\daemon_e2e.rs (target\debug\deps\daemon_e2e-77721a8bca45b432.exe)
2026-06-13T11:56:19.6367003Z 
2026-06-13T11:56:19.6367273Z running 1 test
2026-06-13T11:56:22.1221412Z test daemon_hosts_lifecycle_and_survives_brain_restart ... ok
2026-06-13T11:56:22.1221602Z 
2026-06-13T11:56:22.1221767Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.49s
2026-06-13T11:56:22.1222014Z 
2026-06-13T11:56:22.1240313Z      Running tests\digest.rs (target\debug\deps\digest-a896d2a028d83eb4.exe)
2026-06-13T11:56:22.8903945Z 
2026-06-13T11:56:22.8904214Z running 1 test
2026-06-13T11:56:23.0246779Z test digest_daemon_half_end_to_end ... ok
2026-06-13T11:56:23.0246935Z 
2026-06-13T11:56:23.0247097Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
2026-06-13T11:56:23.0247308Z 
2026-06-13T11:56:23.0265668Z      Running tests\dispatch.rs (target\debug\deps\dispatch-e93a0caafbe04391.exe)
2026-06-13T11:56:23.7235177Z 
2026-06-13T11:56:23.7235461Z running 11 tests
2026-06-13T11:56:23.7239530Z test classify_routes_a_node_label_feed_to_registry ... ok
2026-06-13T11:56:23.9403616Z test dispatcher_surfaces_a_remote_won_notif_at_the_winning_node ... ok
2026-06-13T11:56:24.1002829Z test dispatcher_serves_a_cross_node_shell_link ... ok
2026-06-13T11:56:24.2141543Z test dispatcher_serves_a_remote_drive_attach_undriven ... ok
2026-06-13T11:56:25.4274914Z test dispatcher_serves_a_sync_pull_undriven ... ok
2026-06-13T11:56:25.5499009Z test dispatcher_serves_an_update_pull_undriven ... ok
2026-06-13T11:56:25.6456247Z test dispatcher_serves_a_file_fetch_undriven ... ok
2026-06-13T11:56:25.7403310Z test dispatcher_applies_a_notif_feed_undriven ... ok
2026-06-13T11:56:25.8600445Z test dispatcher_survives_an_unknown_stream ... ok
2026-06-13T11:56:26.0482565Z test dispatcher_serves_a_subnet_serve_probe ... ok
2026-06-13T11:56:26.2018930Z test dispatcher_funnels_wan_messages_undriven ... ok
2026-06-13T11:56:26.2019153Z 
2026-06-13T11:56:26.2019400Z test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.48s
2026-06-13T11:56:26.2019742Z 
2026-06-13T11:56:26.2524426Z      Running tests\handoff.rs (target\debug\deps\handoff-e59542fc23fbdb16.exe)
2026-06-13T11:56:26.9706056Z 
2026-06-13T11:56:26.9706401Z running 1 test
2026-06-13T11:56:27.1651721Z test brain_restart_survives_gaplessly_with_fresh_gen_start ... ok
2026-06-13T11:56:27.1651930Z 
2026-06-13T11:56:27.1652087Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
2026-06-13T11:56:27.1652290Z 
2026-06-13T11:56:27.1666856Z      Running tests\idempotent.rs (target\debug\deps\idempotent-5340eec85469f55d.exe)
2026-06-13T11:56:27.8876998Z 
2026-06-13T11:56:27.8877260Z running 1 test
2026-06-13T11:56:27.9620108Z test pty_writes_are_exactly_once_across_brain_crashes ... ok
2026-06-13T11:56:27.9620303Z 
2026-06-13T11:56:27.9620483Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
2026-06-13T11:56:27.9620691Z 
2026-06-13T11:56:27.9689348Z      Running tests\mesh.rs (target\debug\deps\mesh-cb55d21eea745c1b.exe)
2026-06-13T11:56:28.6720829Z 
2026-06-13T11:56:28.6721104Z running 2 tests
2026-06-13T11:56:29.0746435Z test all_online_star_a_reaches_c_b_never_relays ... ok
2026-06-13T11:56:29.3925144Z test staggered_offliner_still_meshes ... ok
2026-06-13T11:56:29.3925317Z 
2026-06-13T11:56:29.3925481Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.72s
2026-06-13T11:56:29.3925694Z 
2026-06-13T11:56:29.4098569Z      Running tests\netbroker.rs (target\debug\deps\netbroker-22111b9657abaad2.exe)
2026-06-13T11:56:30.2133472Z 
2026-06-13T11:56:30.2133733Z running 5 tests
2026-06-13T11:56:30.2159940Z test netless_broker_probes_gracefully ... ok
2026-06-13T11:56:30.2591683Z test broker_owns_endpoint_and_reports_status ... ok
2026-06-13T11:56:30.2605845Z test unknown_net_frame_is_reported_not_fatal ... ok
2026-06-13T11:56:30.3042112Z test replayed_dial_op_is_deduped_across_brain_restart ... ok
2026-06-13T11:56:30.3095270Z test brain_dials_second_broker_over_loopback ... ok
2026-06-13T11:56:30.3095525Z 
2026-06-13T11:56:30.3095770Z test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
2026-06-13T11:56:30.3096305Z 
2026-06-13T11:56:30.3213239Z      Running tests\netstream.rs (target\debug\deps\netstream-0b62acd2d8a0937b.exe)
2026-06-13T11:56:31.2332514Z 
2026-06-13T11:56:31.2382466Z running 2 tests
2026-06-13T11:56:31.4777774Z test sender_brain_restart_redrive_is_exactly_once ... ok
2026-06-13T11:56:31.5627983Z test receiver_brain_restart_is_gapless_and_exactly_once ... ok
2026-06-13T11:56:31.5628984Z 
2026-06-13T11:56:31.5629267Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.33s
2026-06-13T11:56:31.5629612Z 
2026-06-13T11:56:31.5838479Z      Running tests\notifsync.rs (target\debug\deps\notifsync-000d0fa7dad62504.exe)
2026-06-13T11:56:32.3983777Z 
2026-06-13T11:56:32.3984042Z running 1 test
2026-06-13T11:56:34.6726971Z test notif_spools_converge_over_the_wire_and_dismiss_replicates ... ok
2026-06-13T11:56:34.6727311Z 
2026-06-13T11:56:34.6727909Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.27s
2026-06-13T11:56:34.6728471Z 
2026-06-13T11:56:34.6857288Z      Running tests\pairjoin.rs (target\debug\deps\pairjoin-bd04b3dc9c768363.exe)
2026-06-13T11:56:35.5078043Z 
2026-06-13T11:56:35.5078376Z running 1 test
2026-06-13T11:56:35.8179306Z test daemon_hosted_responder_pairs_a_loopback_joiner_end_to_end ... ok
2026-06-13T11:56:35.8179744Z 
2026-06-13T11:56:35.8179994Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s
2026-06-13T11:56:35.8180340Z 
2026-06-13T11:56:35.8215983Z      Running tests\presence.rs (target\debug\deps\presence-03df2bab348c1b9a.exe)
2026-06-13T11:56:36.7413116Z 
2026-06-13T11:56:36.7413560Z running 2 tests
2026-06-13T11:56:36.9559390Z test presence_history_replays_from_zero_for_a_late_subscriber ... ok
2026-06-13T11:56:36.9562660Z test presence_survives_brain_restart_with_cursor_resume ... ok
2026-06-13T11:56:36.9562845Z 
2026-06-13T11:56:36.9563031Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
2026-06-13T11:56:36.9605905Z      Running tests\propagate.rs (target\debug\deps\propagate-38312589e272acbe.exe)
2026-06-13T11:56:36.9606123Z 
2026-06-13T11:56:37.6878874Z 
2026-06-13T11:56:37.6879230Z running 6 tests
2026-06-13T11:56:37.8163914Z test untrusted_origin_gets_no_offer ... ok
2026-06-13T11:56:37.8228859Z test rollback_offer_is_rejected_before_any_fetch ... ok
2026-06-13T11:56:37.8334533Z test tampered_relay_artifact_is_rejected_and_never_staged ... ok
2026-06-13T11:56:37.9373642Z test update_set_propagates_selected_platform_artifact ... ok
2026-06-13T11:56:38.0661609Z test chain_self_heal_propagates_with_gate_at_every_hop ... ok
2026-06-13T11:56:38.0661956Z test status_query_drives_the_convergence_table_end_to_end ... ok
2026-06-13T11:56:38.0662133Z 
2026-06-13T11:56:38.0662280Z test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.38s
2026-06-13T11:56:38.0662489Z 
2026-06-13T11:56:38.1065720Z      Running tests\pump.rs (target\debug\deps\pump-43150b3ca25f76d7.exe)
2026-06-13T11:56:38.8364682Z 
2026-06-13T11:56:38.8364984Z running 1 test
2026-06-13T11:56:41.8068920Z test pump_and_dispatch_self_drive_the_subnet ... ok
2026-06-13T11:56:41.8069187Z 
2026-06-13T11:56:41.8069427Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.97s
2026-06-13T11:56:41.8069781Z 
2026-06-13T11:56:41.8122625Z      Running tests\pumpdeadline.rs (target\debug\deps\pumpdeadline-95938dc86a768c5a.exe)
2026-06-13T11:56:42.2433099Z 
2026-06-13T11:56:42.2433345Z running 1 test
2026-06-13T11:56:42.8440020Z test pump_brain_times_out_when_broker_never_replies ... ok
2026-06-13T11:56:42.8440234Z 
2026-06-13T11:56:42.8440383Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.60s
2026-06-13T11:56:42.8440589Z 
2026-06-13T11:56:42.8453631Z      Running tests\replicate.rs (target\debug\deps\replicate-07a7fa7cbed2761f.exe)
2026-06-13T11:56:43.5827208Z 
2026-06-13T11:56:43.5827487Z running 1 test
2026-06-13T11:56:44.6223517Z test registries_converge_over_the_wire_and_the_lease_holds ... ok
2026-06-13T11:56:44.6223723Z 
2026-06-13T11:56:44.6223890Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.04s
2026-06-13T11:56:44.6224228Z 
2026-06-13T11:56:44.6306963Z      Running tests\reseed.rs (target\debug\deps\reseed-a9f12baf69573d03.exe)
2026-06-13T11:56:45.3341396Z 
2026-06-13T11:56:45.3341861Z running 2 tests
2026-06-13T11:56:45.4174827Z test benign_offliner_is_reseeded_across_a_rotation ... ok
2026-06-13T11:56:47.5277810Z test revoked_node_is_denied_and_never_reseeded ... ok
2026-06-13T11:56:47.5277994Z 
2026-06-13T11:56:47.5278189Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.19s
2026-06-13T11:56:47.5278512Z 
2026-06-13T11:56:47.5316497Z      Running tests\resume.rs (target\debug\deps\resume-d073953507cc1583.exe)
2026-06-13T11:56:48.2920208Z 
2026-06-13T11:56:48.2920479Z running 3 tests
2026-06-13T11:56:50.0000023Z test resume_mode_brain_spawning_new_sessions_delivers_each ... ok
2026-06-13T11:56:50.7101394Z test cold_start_resumes_all_sessions_from_the_broker_cursor ... ok
2026-06-13T11:56:52.7364364Z test resume_below_ring_floor_clamps_forward_without_gap_error ... ok
2026-06-13T11:56:52.7364635Z 
2026-06-13T11:56:52.7364873Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.44s
2026-06-13T11:56:52.7365090Z 
2026-06-13T11:56:52.7385722Z      Running tests\rosterprop.rs (target\debug\deps\rosterprop-bee5e74fa3b26153.exe)
2026-06-13T11:56:53.4718306Z 
2026-06-13T11:56:53.4718573Z running 2 tests
2026-06-13T11:56:53.5578699Z test roster_propagates_transitively_on_connect ... ok
2026-06-13T11:56:53.5584073Z test roster_exchange_never_leaks_unproven_subnets ... ok
2026-06-13T11:56:53.5584246Z 
2026-06-13T11:56:53.5584418Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
2026-06-13T11:56:53.5584631Z 
2026-06-13T11:56:53.5619789Z      Running tests\seedproofx.rs (target\debug\deps\seedproofx-ed296366704f4dd5.exe)
2026-06-13T11:56:54.2716927Z 
2026-06-13T11:56:54.2717228Z running 4 tests
2026-06-13T11:56:54.3630786Z test both_members_prove_and_cache_the_shared_subnet ... ok
2026-06-13T11:56:54.4579247Z test proven_verdict_is_the_shared_set ... ok
2026-06-13T11:56:56.5579944Z test no_shared_subnet_is_dropped ... ok
2026-06-13T11:56:56.5633453Z test wrong_seed_is_dropped ... ok
2026-06-13T11:56:56.5633596Z 
2026-06-13T11:56:56.5633772Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.29s
2026-06-13T11:56:56.5633985Z 
2026-06-13T11:56:56.5671564Z      Running tests\shellchan.rs (target\debug\deps\shellchan-2b0f05d97fdf6522.exe)
2026-06-13T11:56:57.3202592Z 
2026-06-13T11:56:57.3202868Z running 2 tests
2026-06-13T11:56:57.4636150Z test stdin_receipt_delivers_spooled_frames_exactly_once ... ok
2026-06-13T11:56:57.5588723Z test hung_shell_stalls_no_other_owner ... ok
2026-06-13T11:56:57.5588895Z 
2026-06-13T11:56:57.5589051Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s
2026-06-13T11:56:57.5589263Z 
2026-06-13T11:56:57.5701478Z      Running tests\sync.rs (target\debug\deps\sync-21a0f4c708229128.exe)
2026-06-13T11:56:58.3033515Z 
2026-06-13T11:56:58.3033790Z running 3 tests
2026-06-13T11:57:00.7193264Z test torn_pull_recovers_by_repulling ... ok
2026-06-13T11:57:02.9673700Z test two_tier_sync_lands_and_gate_refuses_server_side ... ok
2026-06-13T11:57:03.6270297Z test concurrent_writes_reconcile_on_elected_node_and_converge ... ok
2026-06-13T11:57:03.6270627Z 
2026-06-13T11:57:03.6271049Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.32s
2026-06-13T11:57:03.6271462Z 
2026-06-13T11:57:03.6507091Z      Running tests\twohost.rs (target\debug\deps\twohost-677ce71792625c4b.exe)
2026-06-13T11:57:04.3519646Z 
2026-06-13T11:57:04.3520010Z running 2 tests
2026-06-13T11:57:04.3521765Z test two_host_ladder_role_a ... ok
2026-06-13T11:57:04.3521993Z test two_host_ladder_role_b ... ok
2026-06-13T11:57:04.3522137Z 
2026-06-13T11:57:04.3522294Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T11:57:04.3522514Z 
2026-06-13T11:57:04.3537271Z      Running tests\wanmsg.rs (target\debug\deps\wanmsg-90599bcb2ef75bb8.exe)
2026-06-13T11:57:05.0875145Z 
2026-06-13T11:57:05.0875389Z running 3 tests
2026-06-13T11:57:06.0150639Z test wan_user_msg_from_unproven_origin_is_restamped_at_the_funnel ... ok
2026-06-13T11:57:06.0872876Z test wan_message_lands_exactly_once_under_transport_origin ... ok
2026-06-13T11:57:06.1002997Z test receiver_restart_replays_feed_without_double_delivery ... ok
2026-06-13T11:57:06.1003192Z 
2026-06-13T11:57:06.1003353Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.01s
2026-06-13T11:57:06.1003558Z 
2026-06-13T11:57:06.1066986Z      Running tests\xfer.rs (target\debug\deps\xfer-037b2a37b87d921d.exe)
2026-06-13T11:57:06.8331230Z 
2026-06-13T11:57:06.8331477Z running 2 tests
2026-06-13T11:57:07.0007305Z test push_survives_target_brain_restart_exactly_once ... ok
2026-06-13T11:57:07.0119385Z test fetch_lands_byte_identical_with_progress_both_ends ... ok
2026-06-13T11:57:07.0119695Z 
2026-06-13T11:57:07.0120068Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
2026-06-13T11:57:07.0120424Z 
2026-06-13T11:57:07.0222288Z      Running unittests src\lib.rs (target\debug\deps\spt_live-798530274ccaf428.exe)
2026-06-13T11:57:07.0488345Z 
2026-06-13T11:57:07.0488588Z running 51 tests
2026-06-13T11:57:07.0491532Z test context::tests::direct_always_writes ... ok
2026-06-13T11:57:07.0492177Z test context::tests::llm_over_llm_writes ... ok
2026-06-13T11:57:07.0492884Z test context::tests::llm_past_window_writes ... ok
2026-06-13T11:57:07.0494142Z test context::tests::llm_within_window_suppressed ... ok
2026-06-13T11:57:07.0494909Z test echo::tests::provenance_is_stamped ... ok
2026-06-13T11:57:07.0495726Z test history::tests::missing_fetcher_field_errors ... ok
2026-06-13T11:57:07.0677705Z test context::tests::identified_write_stamps_advancing_vector ... ok
2026-06-13T11:57:07.0737298Z test context::tests::pre_identity_write_stamps_v1_shape ... ok
2026-06-13T11:57:07.0739592Z test outbound::tests::empty_body_parses_to_empty_intent ... ok
2026-06-13T11:57:07.0740773Z test outbound::tests::malformed_and_chunk_lines_are_skipped ... ok
2026-06-13T11:57:07.0742419Z test outbound::tests::non_authorable_types_are_ignored ... ok
2026-06-13T11:57:07.0742776Z test history::tests::native_missing_log_is_empty ... ok
2026-06-13T11:57:07.0744133Z test outbound::tests::parses_reply_and_notify_in_order ... ok
2026-06-13T11:57:07.0744514Z test outbound::tests::prose_only_yields_nothing ... ok
2026-06-13T11:57:07.0745943Z test outbound::tests::spoofed_routing_attrs_are_unrepresentable ... ok
2026-06-13T11:57:07.0746362Z test psyche::tests::prompt_includes_time_and_event ... ok
2026-06-13T11:57:07.0747445Z test psyche::tests::prompt_without_event ... ok
2026-06-13T11:57:07.0816460Z test history::tests::fetcher_yields_records ... ok
2026-06-13T11:57:07.0913377Z test echo::tests::echo_nonzero_errors ... ok
2026-06-13T11:57:07.0981692Z test echo::tests::echo_consumes_history_and_writes_commune ... ok
2026-06-13T11:57:07.1005750Z test echo::tests::echo_child_is_recursion_guarded ... ok
2026-06-13T11:57:07.1257636Z test history::tests::locate_normalize_reads_and_normalizes ... ok
2026-06-13T11:57:07.3598230Z test history::tests::fetcher_timeout_errors ... ok
2026-06-13T11:57:11.0248274Z test ingest::tests::both_drops_ingested ... ok
2026-06-13T11:57:11.0311437Z test context::tests::write_context_suppresses_stale_llm ... ok
2026-06-13T11:57:11.0371680Z test history::tests::native_reads_logged_records ... ok
2026-06-13T11:57:11.5242594Z test ingest::tests::ingest_never_writes_the_live_role ... ok
2026-06-13T11:57:12.0238992Z test ingest::tests::commune_drop_is_ingested_and_deleted ... ok
2026-06-13T11:57:12.0245964Z test ingest::tests::no_drops_is_empty ... ok
2026-06-13T11:57:12.3476465Z test ingest::tests::stale_commune_suppressed_but_deleted ... ok
2026-06-13T11:57:12.3477319Z test signoff::tests::echo_precedes_signoff_compose ... ok
2026-06-13T11:57:12.3478246Z test signoff::tests::missing_session_skips_echo ... ok
2026-06-13T11:57:12.3479452Z test signoff::tests::recovered_self_is_not_signed_off ... ok
2026-06-13T11:57:12.3488162Z test signoff::tests::stale_signoff_swept ... ok
2026-06-13T11:57:12.3752208Z test turn::tests::empty_stdout_is_an_error ... ok
2026-06-13T11:57:12.4217894Z test turn::tests::turn_captures_stdout ... ok
2026-06-13T11:57:13.3124893Z test ingest::tests::two_slice_drop_routes_per_tier ... ok
2026-06-13T11:57:13.3474763Z test psyche::tests::spawn_binds_nested_perch_and_sets_guard ... ok
2026-06-13T11:57:13.3490996Z test pulse::tests::echo_gate_fires_exactly_once ... ok
2026-06-13T11:57:13.8635326Z test pulse::tests::tick_ingests_drops ... ok
2026-06-13T11:57:13.8652109Z test pulse::tests::tick_reports_idle ... ok
2026-06-13T11:57:14.3882321Z test reconcile::tests::failed_turn_preserves_everything ... ok
2026-06-13T11:57:15.0694528Z test reconcile::tests::no_conflict_is_a_noop ... ok
2026-06-13T11:57:15.8448362Z test reconcile::tests::reconcile_merges_and_clears ... ok
2026-06-13T11:57:16.3814889Z test reconcile::tests::suppressed_write_preserves_artifacts ... ok
2026-06-13T11:57:16.4096827Z test resume::tests::continue_existing_resumes_session ... ok
2026-06-13T11:57:16.9417257Z test resume::tests::download_composes_two_tiers ... ok
2026-06-13T11:57:17.6935429Z test resume::tests::download_renders_role_first_then_live_then_project ... ok
2026-06-13T11:57:17.7229669Z test resume::tests::fresh_with_preload_launches_preloaded ... ok
2026-06-13T11:57:17.7235513Z test resume::tests::missing_key_errors_before_spawn ... ok
2026-06-13T11:57:18.7645201Z test signoff::tests::boundary_writes_resume_commune ... ok
2026-06-13T11:57:18.7645382Z 
2026-06-13T11:57:18.7645543Z test result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.72s
2026-06-13T11:57:18.7645763Z 
2026-06-13T11:57:18.7659155Z      Running unittests src\lib.rs (target\debug\deps\spt_msg-b49f6060bb357aa7.exe)
2026-06-13T11:57:18.7939300Z 
2026-06-13T11:57:18.7939530Z running 29 tests
2026-06-13T11:57:18.7945833Z test emit::tests::anonymous_frame_still_enveloped ... ok
2026-06-13T11:57:18.7946587Z test emit::tests::frame_renders_msg_envelope ... ok
2026-06-13T11:57:18.7947379Z test emit::tests::parse_frame_shapes ... ok
2026-06-13T11:57:18.7947965Z test emit::tests::multiline_body_escapes_and_round_trips ... ok
2026-06-13T11:57:18.7948719Z test emit::tests::user_msg_envelope_renders_verbatim_on_the_stream ... ok
2026-06-13T11:57:18.7949156Z test emit::tests::oversized_line_chunks_into_event_parts ... ok
2026-06-13T11:57:18.7949709Z test emit::tests::typed_envelope_body_passes_through_verbatim ... ok
2026-06-13T11:57:18.7950110Z test deliver::tests::deferred_send_validates ... ok
2026-06-13T11:57:18.7956825Z test ring::tests::ring_no_perch ... ok
2026-06-13T11:57:18.8517061Z test deliver::tests::deferred_send_skips_stream_drain_survives_for_hook ... ok
2026-06-13T11:57:18.8518197Z test wire::tests::format_empty_from_is_anonymous ... ok
2026-06-13T11:57:18.8519197Z test wire::tests::format_with_from_prepends_reply_to ... ok
2026-06-13T11:57:18.8525369Z test wire::tests::frame_round_trips_over_loopback ... ok
2026-06-13T11:57:18.8530990Z test wire::tests::oversized_length_prefix_rejected ... ok
2026-06-13T11:57:19.1839215Z test ready::tests::start_registers_resolvable_perch ... ok
2026-06-13T11:57:19.2989786Z test listener::tests::blocking_accepts_within_window ... ok
2026-06-13T11:57:19.4794540Z test ready::tests::soft_cleanup_preserves_spool_and_info ... ok
2026-06-13T11:57:19.4940466Z test listener::tests::bind_registers_and_round_trips ... ok
2026-06-13T11:57:19.5185275Z test deliver::tests::offline_existing_perch_spools ... ok
2026-06-13T11:57:19.5238989Z test deliver::tests::send_outcome_mapping ... ok
2026-06-13T11:57:19.5399929Z test listener::tests::blocking_times_out_when_idle ... ok
2026-06-13T11:57:19.6643241Z test listener::tests::drop_unregisters_address ... ok
2026-06-13T11:57:19.6681434Z test deliver::tests::online_delivers_via_tcp_without_spooling ... ok
2026-06-13T11:57:19.8840223Z test ready::tests::recv_gets_live_tcp_message ... ok
2026-06-13T11:57:19.9007164Z test ring::tests::ring_offline_target_queues_and_cleans_up ... ok
2026-06-13T11:57:19.9147168Z test ready::tests::backlog_drains_on_start ... ok
2026-06-13T11:57:19.9657609Z test ring::tests::ring_gets_reply_and_cleans_up ... ok
2026-06-13T11:57:20.0121778Z test ring::tests::ring_timeout_cleans_up ... ok
2026-06-13T11:57:24.6430815Z test deliver::tests::recycled_pid_address_does_not_misdeliver ... ok
2026-06-13T11:57:24.6431020Z 
2026-06-13T11:57:24.6431213Z test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.85s
2026-06-13T11:57:24.6431456Z 
2026-06-13T11:57:24.6447144Z      Running tests\killer_quickstart.rs (target\debug\deps\killer_quickstart-6f8542a5dd66371f.exe)
2026-06-13T11:57:24.8255530Z 
2026-06-13T11:57:24.8255781Z running 2 tests
2026-06-13T11:57:25.0051066Z test offline_then_online_delivers_backlog ... ok
2026-06-13T11:57:25.0343591Z test two_agents_exchange_message_tcp_and_spool ... ok
2026-06-13T11:57:25.0343843Z 
2026-06-13T11:57:25.0344076Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
2026-06-13T11:57:25.0344401Z 
2026-06-13T11:57:25.0360517Z      Running unittests src\lib.rs (target\debug\deps\spt_net-868d7df68a349a45.exe)
2026-06-13T11:57:25.7401871Z 
2026-06-13T11:57:25.7402131Z running 121 tests
2026-06-13T11:57:25.7405003Z test net::endpoint::tests::mdns_discovery_connects_by_id ... ignored, needs LAN multicast; run with --ignored or on the D9 two-host rig
2026-06-13T11:57:25.7408785Z test net::endpoint::tests::keep_alive_is_under_idle_timeout ... ok
2026-06-13T11:57:25.7409586Z test net::mesh::seedproof::tests::frame_codec_round_trips_and_rejects_garbage ... ok
2026-06-13T11:57:25.7409920Z test net::attach::tests::record_split_across_chunks_reassembles ... ok
2026-06-13T11:57:25.7410285Z test net::mesh::seedproof::tests::hello_frame_round_trips_and_rejects_malformed ... ok
2026-06-13T11:57:25.7410696Z test net::attach::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-13T11:57:25.7411197Z test net::mesh::seedproof::tests::mk_derivation_is_deterministic_and_input_sensitive ... ok
2026-06-13T11:57:25.7411688Z test net::mesh::seedproof::tests::proofset_frame_round_trips_and_rejects_malformed ... ok
2026-06-13T11:57:25.7412958Z test net::notif::tests::forged_origin_field_is_inert ... ok
2026-06-13T11:57:25.7413996Z test net::mesh::seedproof::tests::forged_proof_fails ... ok
2026-06-13T11:57:25.7414471Z test net::mesh::seedproof::tests::valid_proof_verifies_and_roles_differ ... ok
2026-06-13T11:57:25.7415492Z test net::mesh::seedproof::tests::wrong_epoch_fails ... ok
2026-06-13T11:57:25.7415902Z test net::mesh::seedproof::tests::mutual_requires_both_sides ... ok
2026-06-13T11:57:25.7416313Z test net::mesh::seedproof::tests::wrong_subnet_fails ... ok
2026-06-13T11:57:25.7416862Z test net::notif::tests::record_split_across_chunks_reassembles ... ok
2026-06-13T11:57:25.7417291Z test net::mesh::seedproof::tests::cross_connection_replay_fails ... ok
2026-06-13T11:57:25.7418163Z test net::notif::tests::record_round_trips_and_unknown_kind_is_skipped ... ok
2026-06-13T11:57:25.7419124Z test net::pairing::ntp::tests::offset_applies_signed_and_saturates ... ok
2026-06-13T11:57:25.7419438Z test net::pairing::ntp::tests::parse_rejects_short_and_zeroed_replies ... ok
2026-06-13T11:57:25.7419803Z test net::pairing::meet::tests::key_seed_is_not_the_token ... ok
2026-06-13T11:57:25.7420098Z test net::pairing::ratelimit::tests::abandoned_ceremony_is_reclaimed_and_charged ... ok
2026-06-13T11:57:25.7420422Z test net::pairing::ratelimit::tests::backoff_curve_doubles_then_caps ... ok
2026-06-13T11:57:25.7420697Z test net::pairing::ratelimit::tests::backoff_is_per_subnet ... ok
2026-06-13T11:57:25.7421096Z test net::pairing::ratelimit::tests::failures_impose_exponential_backoff ... ok
2026-06-13T11:57:25.7421602Z test net::pairing::ratelimit::tests::first_ceremony_is_free_and_success_resets ... ok
2026-06-13T11:57:25.7422102Z test net::pairing::ratelimit::tests::one_active_ceremony_per_subnet ... ok
2026-06-13T11:57:25.7422598Z test net::pairing::ratelimit::tests::success_clears_accumulated_backoff ... ok
2026-06-13T11:57:25.7423088Z test net::pairing::rendezvous::tests::distinct_same_length_names_diverge ... ok
2026-06-13T11:57:25.7423565Z test net::pairing::rendezvous::tests::length_prefix_prevents_boundary_collision ... ok
2026-06-13T11:57:25.7424032Z test net::pairing::meet::tests::derived_identity_is_deterministic_and_input_bound ... ok
2026-06-13T11:57:25.7424383Z test net::pairing::rendezvous::tests::token_is_deterministic ... ok
2026-06-13T11:57:25.7424670Z test net::pairing::rendezvous::tests::token_varies_with_name_and_step ... ok
2026-06-13T11:57:25.7426609Z test net::pairing::rendezvous::tests::window_is_three_adjacent_tokens ... ok
2026-06-13T11:57:25.7431090Z test net::pairing::meet::tests::skewed_window_contains_the_listener_id ... ok
2026-06-13T11:57:25.7431965Z test net::pairing::totp::tests::debug_redacts_seed ... ok
2026-06-13T11:57:25.7432531Z test net::pairing::ntp::tests::unreachable_server_falls_back ... ok
2026-06-13T11:57:25.7433049Z test net::pairing::totp::tests::code_at_is_six_zero_padded_digits ... ok
2026-06-13T11:57:25.7433506Z test net::pairing::ntp::tests::sntp_query_reads_the_transmit_timestamp ... ok
2026-06-13T11:57:25.7435552Z test net::pairing::totp::tests::matches_rfc6238_appendix_b_vectors ... ok
2026-06-13T11:57:25.7436034Z test net::pairing::totp::tests::time_step_is_floor_unix_over_period ... ok
2026-06-13T11:57:25.7437381Z test net::pairing::totp::tests::otpauth_uri_is_well_formed_and_encoded ... ok
2026-06-13T11:57:25.7438243Z test net::pairing::totp::tests::window_accepts_plus_minus_one_only ... ok
2026-06-13T11:57:25.7438639Z test net::pairing::totp::tests::seed_round_trips_through_base32 ... ok
2026-06-13T11:57:25.7438906Z test net::pairing::totp::tests::generated_seeds_are_distinct ... ok
2026-06-13T11:57:25.7443086Z test net::pairing::transcript::tests::diverged_shared_secret_fails_verification ... ok
2026-06-13T11:57:25.7449682Z test net::pairing::transcript::tests::length_prefixing_prevents_boundary_collision ... ok
2026-06-13T11:57:25.7450326Z test net::pairing::transcript::tests::matching_tag_verifies_and_roles_differ ... ok
2026-06-13T11:57:25.7450777Z test net::pairing::transcript::tests::message_order_is_bound ... ok
2026-06-13T11:57:25.7451541Z test net::pairing::transcript::tests::pake_identity_binds_role_and_context ... ok
2026-06-13T11:57:25.7453085Z test net::pairing::transcript::tests::each_bound_field_changes_the_tag ... ok
2026-06-13T11:57:25.7453531Z test net::pairing::wire::tests::frame_codec_round_trips_and_rejects_garbage ... ok
2026-06-13T11:57:25.7454148Z test net::pairing::wire::tests::hello_intro_is_additive_and_roundtrips ... ok
2026-06-13T11:57:25.7463639Z test net::pairing::wire::tests::seed_frame_roster_is_additive_and_roundtrips ... ok
2026-06-13T11:57:25.7789460Z test net::pairing::spake::tests::reflected_role_is_rejected_by_pake ... ok
2026-06-13T11:57:25.7899593Z test net::endpoint::tests::endpoint_id_binds_to_identity ... ok
2026-06-13T11:57:25.8125989Z test net::pairing::spake::tests::stale_step_fails ... ok
2026-06-13T11:57:25.8131940Z test net::registry::tests::advertise_if_visible_gates_before_join ... ok
2026-06-13T11:57:25.8132693Z test net::registry::tests::distinct_nodes_are_separate_instances ... ok
2026-06-13T11:57:25.8135895Z test net::registry::tests::equal_epoch_replay_is_stale_noop ... ok
2026-06-13T11:57:25.8137785Z test net::pairing::spake::tests::stale_epoch_fails ... ok
2026-06-13T11:57:25.8138245Z test net::registry::tests::evicting_dead_node_clears_phantom_ambiguity ... ok
2026-06-13T11:57:25.8141204Z test net::pairing::spake::tests::substituted_pubkey_fails ... ok
2026-06-13T11:57:25.8153903Z test net::pairing::spake::tests::matching_code_pairs_and_agrees_on_key ... ok
2026-06-13T11:57:25.8154707Z test net::pairing::spake::tests::wrong_code_fails_at_confirmation_not_spake ... ok
2026-06-13T11:57:25.8161040Z test net::registry::tests::excluded_endpoint_is_not_routable_even_via_node_pin ... ok
2026-06-13T11:57:25.8161720Z test net::registry::tests::join_fresh_id_is_inserted ... ok
2026-06-13T11:57:25.8162502Z test net::registry::tests::join_colliding_id_on_other_node_refuses_untouched ... ok
2026-06-13T11:57:25.8163171Z test net::registry::tests::exclusion_prunes_cross_subnet_ambiguity ... ok
2026-06-13T11:57:25.8163974Z test net::registry::tests::join_collides_even_with_offline_holder ... ok
2026-06-13T11:57:25.8164921Z test net::registry::tests::join_same_name_in_different_subnet_is_legal ... ok
2026-06-13T11:57:25.8165866Z test net::registry::tests::join_same_node_falls_through_to_lease ... ok
2026-06-13T11:57:25.8166343Z test net::pairing::spake::tests::tampered_tag_fails ... ok
2026-06-13T11:57:25.8166837Z test net::registry::tests::node_level_label_lease_persist_prune_and_serde ... ok
2026-06-13T11:57:25.8167815Z test net::registry::tests::newer_epoch_supersedes_same_node ... ok
2026-06-13T11:57:25.8170019Z test net::pairing::spake::tests::wrong_subnet_fails ... ok
2026-06-13T11:57:25.8171656Z test net::registry::tests::node_label_rides_the_lease_and_serde ... ok
2026-06-13T11:57:25.8172979Z test net::registry::tests::presence_datum_rides_the_lease_and_serde ... ok
2026-06-13T11:57:25.8173528Z test net::registry::tests::node_qualifier_accepts_label_and_prefix_refuses_shared ... ok
2026-06-13T11:57:25.8174693Z test net::registry::tests::registry_serde_roundtrips ... ok
2026-06-13T11:57:25.8177207Z test net::registry::tests::rename_collision_refuses_whole_ripple ... ok
2026-06-13T11:57:25.8178381Z test net::registry::tests::rename_ripples_rows_across_advertised_subnets ... ok
2026-06-13T11:57:25.8179420Z test net::registry::tests::resolve_across_unique_id_resolves ... ok
2026-06-13T11:57:25.8180282Z test net::registry::tests::resolve_multiple_live_nodes_refuses ... ok
2026-06-13T11:57:25.8181747Z test net::registry::tests::resolve_across_bare_id_in_two_subnets_refuses ... ok
2026-06-13T11:57:25.8182533Z test net::registry::tests::resolve_across_subnet_qualified_routes_there ... ok
2026-06-13T11:57:25.8183072Z test net::registry::tests::resolve_sole_live_remote_and_skips_offline ... ok
2026-06-13T11:57:25.8183764Z test net::registry::tests::resolve_prefers_local_instance ... ok
2026-06-13T11:57:25.8184371Z test net::registry::tests::resolve_node_qualifier_pins_and_offline_is_not_found ... ok
2026-06-13T11:57:25.8185580Z test net::registry::tests::resource_projection_filters_hidden_and_offline ... ok
2026-06-13T11:57:25.8186084Z test net::registry::tests::resource_blurb_rides_the_lease_and_serde ... ok
2026-06-13T11:57:25.8189016Z test net::registry::tests::suspended_is_addressable_and_roundtrips ... ok
2026-06-13T11:57:25.8189685Z test net::registry::tests::stale_active_cannot_clobber_newer_offline ... ok
2026-06-13T11:57:25.8190189Z test net::replicate::tests::apply_routes_by_subnet_and_drops_non_member ... ok
2026-06-13T11:57:25.8190699Z test net::replicate::tests::decoder_survives_chunk_splits_and_corrupt_lines ... ok
2026-06-13T11:57:25.8191334Z test net::replicate::tests::feed_carries_instances_and_node_labels_wire_compat ... ok
2026-06-13T11:57:25.8192090Z test net::replicate::tests::stale_wire_update_cannot_clobber_newer_state ... ok
2026-06-13T11:57:25.8194374Z test net::replicate::tests::update_round_trips_and_tolerates_unknown_field ... ok
2026-06-13T11:57:25.8195466Z test net::rest::tests::records_round_trip_and_degrade ... ok
2026-06-13T11:57:25.8195928Z test net::serveprobe::tests::records_round_trip_and_degrade ... ok
2026-06-13T11:57:25.8196474Z test net::sync::tests::record_split_across_chunks_reassembles ... ok
2026-06-13T11:57:25.8199576Z test net::sync::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-13T11:57:25.8201369Z test net::shelllink::tests::records_round_trip_and_degrade ... ok
2026-06-13T11:57:25.8201973Z test net::sync::tests::forged_origin_field_is_inert ... ok
2026-06-13T11:57:25.8203015Z test net::update::tests::forged_origin_field_is_inert ... ok
2026-06-13T11:57:25.8204179Z test net::update::tests::record_split_across_chunks_reassembles ... ok
2026-06-13T11:57:25.8204892Z test net::update::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-13T11:57:25.8205471Z test net::wanmsg::tests::message_round_trips_and_tolerates_unknown_field ... ok
2026-06-13T11:57:25.8205995Z test net::wanmsg::tests::forged_origin_field_is_inert ... ok
2026-06-13T11:57:25.8206495Z test net::wanmsg::tests::route_splits_local_and_remote_and_passes_refusals ... ok
2026-06-13T11:57:25.8206995Z test net::xfer::tests::forged_origin_field_is_inert ... ok
2026-06-13T11:57:25.8207466Z test net::xfer::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-13T11:57:25.8207987Z test net::xfer::tests::record_split_across_chunks_reassembles ... ok
2026-06-13T11:57:25.8381358Z test net::pairing::wire::tests::stale_step_is_rejected ... ok
2026-06-13T11:57:25.8538229Z test net::pairing::wire::tests::unknown_subnet_is_rejected ... ok
2026-06-13T11:57:25.8538556Z test net::pairing::wire::tests::busy_subnet_refuses_ceremony ... ok
2026-06-13T11:57:25.8538891Z test net::endpoint::tests::two_endpoints_loopback_echo ... ok
2026-06-13T11:57:25.9092257Z test net::pairing::meet::tests::meet_redirects_joiner_to_the_real_pairing_endpoint ... ok
2026-06-13T11:57:25.9117142Z test net::pairing::wire::tests::repair_member_keeps_seed ... ok
2026-06-13T11:57:25.9248028Z test net::pairing::wire::tests::loopback_pairs_and_transfers_seed_and_roster ... ok
2026-06-13T11:57:25.9284943Z test net::pairing::wire::tests::create_new_then_join_learns_named_subnet ... ok
2026-06-13T11:57:25.9510480Z test net::pairing::wire::tests::wrong_code_fails_and_records_no_membership ... ok
2026-06-13T11:57:25.9510693Z 
2026-06-13T11:57:25.9510860Z test result: ok. 120 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.21s
2026-06-13T11:57:25.9511101Z 
2026-06-13T11:57:25.9553539Z      Running unittests src\lib.rs (target\debug\deps\spt_proto-4701e61565230a4c.exe)
2026-06-13T11:57:25.9870257Z 
2026-06-13T11:57:25.9870446Z running 59 tests
2026-06-13T11:57:25.9875850Z test addr::tests::rejects_doubled_delimiters ... ok
2026-06-13T11:57:25.9876824Z test addr::tests::display_round_trips ... ok
2026-06-13T11:57:25.9877451Z test addr::tests::parses_every_qualifier_combination ... ok
2026-06-13T11:57:25.9877739Z test addr::tests::rejects_empty_or_bad_components ... ok
2026-06-13T11:57:25.9878133Z test chunk::tests::malformed_parts_return_none ... ok
2026-06-13T11:57:25.9878759Z test endpoint::tests::shell_kind_round_trips ... ok
2026-06-13T11:57:25.9879444Z test endpoint::tests::unknown_tag_tolerated_and_preserved ... ok
2026-06-13T11:57:25.9879892Z test chunk::tests::oversized_line_splits_and_each_part_is_well_formed_and_bounded ... ok
2026-06-13T11:57:25.9880374Z test chunk::tests::short_line_passes_through_unchunked ... ok
2026-06-13T11:57:25.9881310Z test endpoint::tests::agent_vs_shell_split ... ok
2026-06-13T11:57:25.9881521Z test endpoint::tests::broker_and_node_families ... ok
2026-06-13T11:57:25.9881783Z test endpoint::tests::day_one_tags_round_trip ... ok
2026-06-13T11:57:25.9882700Z test chunk::tests::reassemble_stream_handles_mixed_traffic ... ok
2026-06-13T11:57:25.9882961Z test chunk::tests::orphan_group_without_head_is_dropped ... ok
2026-06-13T11:57:25.9883271Z test chunk::tests::missing_middle_part_is_dropped ... ok
2026-06-13T11:57:25.9883559Z test envelope::tests::body_escape_is_cr_linesafe ... ok
2026-06-13T11:57:25.9884496Z test envelope::tests::body_escape_unescape_round_trips_html_and_newlines ... ok
2026-06-13T11:57:25.9885496Z test envelope::tests::decode_is_amp_last_so_literal_entities_do_not_double_decode ... ok
2026-06-13T11:57:25.9885906Z test envelope::tests::from_attr_returns_none_on_garbage_or_empty ... ok
2026-06-13T11:57:25.9886184Z test envelope::tests::from_attr_unescape_is_amp_last ... ok
2026-06-13T11:57:25.9887100Z test envelope::tests::parser_both_tags_present ... ok
2026-06-13T11:57:25.9887496Z test envelope::tests::parser_empty_body_is_some_empty_and_nested_tags_preserved ... ok
2026-06-13T11:57:25.9887878Z test envelope::tests::parser_no_tags_falls_back_whole_payload_to_live ... ok
2026-06-13T11:57:25.9888243Z test envelope::tests::parser_out_of_order_tags_both_extracted ... ok
2026-06-13T11:57:25.9888594Z test envelope::tests::parser_unclosed_live_tag_does_not_scoop_project ... ok
2026-06-13T11:57:25.9888990Z test event::tests::alarm_event_round_trips ... ok
2026-06-13T11:57:25.9889262Z test event::tests::attr_decode_is_amp_last ... ok
2026-06-13T11:57:25.9889461Z test event::tests::attr_order_preserved ... ok
2026-06-13T11:57:25.9889726Z test event::tests::body_with_literal_event_tokens_round_trips ... ok
2026-06-13T11:57:25.9890093Z test event::tests::empty_body_envelope_parses ... ok
2026-06-13T11:57:25.9890348Z test event::tests::malformed_inputs_return_none_without_panic ... ok
2026-06-13T11:57:25.9891080Z test event::tests::msg_event_round_trips ... ok
2026-06-13T11:57:25.9891357Z test event::tests::psyche_authorable_types_are_reply_and_notify_only ... ok
2026-06-13T11:57:25.9891649Z test event::tests::typed_envelope_detected_and_parsed ... ok
2026-06-13T11:57:25.9892151Z test event::tests::typed_predicate_rejects_partials ... ok
2026-06-13T11:57:25.9892921Z test event::tests::user_msg_envelope_is_n_minus_one_tolerant ... ok
2026-06-13T11:57:25.9893241Z test event::tests::user_msg_event_round_trips ... ok
2026-06-13T11:57:25.9893685Z test event::tests::user_msg_gate_is_not_payload_trusted ... ok
2026-06-13T11:57:25.9894524Z test event::tests::user_msg_identity_gate_truth_table ... ok
2026-06-13T11:57:25.9895091Z test id::tests::accepts_japanese_scripts ... ok
2026-06-13T11:57:25.9895510Z test id::tests::accepts_plain_and_composite_ids ... ok
2026-06-13T11:57:25.9896604Z test id::tests::rejects_empty_and_overlong ... ok
2026-06-13T11:57:25.9897047Z test id::tests::rejects_path_whitespace_and_control ... ok
2026-06-13T11:57:25.9897859Z test id::tests::reports_bad_char_position ... ok
2026-06-13T11:57:25.9898219Z test id::tests::reserves_address_delimiters ... ok
2026-06-13T11:57:25.9898458Z test identity::tests::bad_inputs_error_without_panic ... ok
2026-06-13T11:57:25.9898690Z test payload::tests::base64_known_vectors ... ok
2026-06-13T11:57:25.9898979Z test payload::tests::binary_blob_round_trips_all_byte_values ... ok
2026-06-13T11:57:25.9899223Z test payload::tests::command_payload_round_trips ... ok
2026-06-13T11:57:25.9899442Z test identity::tests::public_key_hex_round_trips ... ok
2026-06-13T11:57:25.9899663Z test payload::tests::blob_padding_lengths_round_trip ... ok
2026-06-13T11:57:25.9899890Z test payload::tests::text_payload_round_trips ... ok
2026-06-13T11:57:25.9900133Z test payload::tests::unknown_or_malformed_decodes_to_none ... ok
2026-06-13T11:57:25.9900378Z test version::tests::current_version_self_compatible ... ok
2026-06-13T11:57:25.9900630Z test version::tests::n_minus_one_window_accepts_and_rejects ... ok
2026-06-13T11:57:25.9900879Z test version::tests::window_floor_saturates_at_zero ... ok
2026-06-13T11:57:25.9976994Z test identity::tests::known_answer_fixed_seed_is_stable ... ok
2026-06-13T11:57:26.0064432Z test chunk::tests::split_then_reassemble_is_byte_identity ... ok
2026-06-13T11:57:26.0223028Z test identity::tests::sign_verify_round_trip ... ok
2026-06-13T11:57:26.0223186Z 
2026-06-13T11:57:26.0223337Z test result: ok. 59 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
2026-06-13T11:57:26.0223540Z 
2026-06-13T11:57:26.0235266Z      Running unittests src\lib.rs (target\debug\deps\spt_runtime-6e00757d04b4d3ce.exe)
2026-06-13T11:57:26.3907261Z 
2026-06-13T11:57:26.3907530Z running 44 tests
2026-06-13T11:57:26.3916793Z test manifest::tests::syntactically_broken_toml_is_an_error_not_a_panic ... ok
2026-06-13T11:57:26.3917331Z test manifest::tests::minimal_header_only_manifest_is_valid ... ok
2026-06-13T11:57:26.3917998Z test manifest::tests::pty_digest_minimal_defaults ... ok
2026-06-13T11:57:26.3918655Z test manifest::tests::harness_kind_with_shell_section_fails_validation ... ok
2026-06-13T11:57:26.3919133Z test manifest::tests::shell_kind_without_shell_section_fails_validation ... ok
2026-06-13T11:57:26.3919694Z test manifest::tests::pty_digest_requires_both_boundaries ... ok
2026-06-13T11:57:26.3920362Z test manifest::tests::inject_env_without_value_fails_validation ... ok
2026-06-13T11:57:26.3922471Z test manifest::tests::fetcher_strategy_requires_fetcher_field ... ok
2026-06-13T11:57:26.3922912Z test manifest::tests::shell_fixture_parses ... ok
2026-06-13T11:57:26.3923351Z test manifest::tests::unknown_enum_variant_is_an_error_not_a_panic ... ok
2026-06-13T11:57:26.3923834Z test manifest::tests::profile_overlays_hints_wholesale ... ok
2026-06-13T11:57:26.3924301Z test manifest::tests::harness_fixture_parses_all_sections ... ok
2026-06-13T11:57:26.3924813Z test profile::tests::deep_nested_leaf_replace ... ok
2026-06-13T11:57:26.3925184Z test profile::tests::split_option_first_colon ... ok
2026-06-13T11:57:26.3925568Z test profile::tests::string_dot_path_read_write ... ok
2026-06-13T11:57:26.3925957Z test profile::tests::resolve_unknown_profile_errors ... ok
2026-06-13T11:57:26.3926376Z test manifest::tests::update_avenue_content_signing_fields ... ok
2026-06-13T11:57:26.3928814Z test profile::tests::profile_overlays_strings ... ok
2026-06-13T11:57:26.3930012Z test profile::tests::resolve_shipped_profile_applies_overlay ... ok
2026-06-13T11:57:26.3930728Z test profile::tests::tighten_only_allows_tightening ... ok
2026-06-13T11:57:26.3931233Z test profile::tests::tighten_only_refuses_loosened_over_cap ... ok
2026-06-13T11:57:26.3931964Z test manifest::tests::round_trips_through_toml ... ok
2026-06-13T11:57:26.3933779Z test profile::tests::leaf_replace_contract ... ok
2026-06-13T11:57:26.3934718Z test profile::tests::tighten_only_refuses_loosened_require_approval ... ok
2026-06-13T11:57:26.3935930Z test manifest::tests::pty_digest_round_trips ... ok
2026-06-13T11:57:26.3938122Z test runtime::tests::fills_known_placeholders ... ok
2026-06-13T11:57:26.3938966Z test runtime::tests::missing_key_errors_before_spawn ... ok
2026-06-13T11:57:26.3943055Z test runtime::tests::tokenize_honors_double_quotes ... ok
2026-06-13T11:57:26.3954439Z test runtime::tests::unknown_role_errors ... ok
2026-06-13T11:57:26.3969137Z test manifest::tests::checked_in_schema_is_current ... ok
2026-06-13T11:57:26.3969512Z test manifest::tests::manifest_schema_shape ... ok
2026-06-13T11:57:26.4012775Z test manifest::tests::hint_keyword_matching ... ok
2026-06-13T11:57:26.4030332Z test registry::tests::invalid_manifest_records_nothing ... ok
2026-06-13T11:57:26.4153785Z test registry::tests::resolve_option_in_matches_disk ... ok
2026-06-13T11:57:26.4154729Z test registry::tests::create_local_profile_guards ... ok
2026-06-13T11:57:26.4165522Z test runtime::tests::spawn_session_detached_returns_pid ... ok
2026-06-13T11:57:26.4178112Z test registry::tests::delete_local_profile_rules ... ok
2026-06-13T11:57:26.4180604Z test registry::tests::register_copy_vs_pointer_by_avenue ... ok
2026-06-13T11:57:26.4190994Z test registry::tests::resolve_option_bare_shipped_and_local ... ok
2026-06-13T11:57:26.4229079Z test registry::tests::local_profile_survives_readd ... ok
2026-06-13T11:57:26.4245759Z test runtime::tests::bounded_run_captures_success ... ok
2026-06-13T11:57:26.4257063Z test registry::tests::deregister_is_soft_and_readd_reactivates ... ok
2026-06-13T11:57:26.4289113Z test registry::tests::strings_get_set_through_overlay ... ok
2026-06-13T11:57:26.7184338Z test runtime::tests::bounded_run_kills_on_timeout ... ok
2026-06-13T11:57:26.7184532Z 
2026-06-13T11:57:26.7184694Z test result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.33s
2026-06-13T11:57:26.7184909Z 
2026-06-13T11:57:26.7202568Z      Running unittests src\lib.rs (target\debug\deps\spt_store-d2ca875cd945aa04.exe)
2026-06-13T11:57:26.9624042Z 
2026-06-13T11:57:26.9624296Z running 152 tests
2026-06-13T11:57:26.9627907Z test access::tests::allow_revoke_open_polarity ... ok
2026-06-13T11:57:26.9631090Z test atomic::tests::retry_does_not_retry_non_transient ... ok
2026-06-13T11:57:26.9631560Z test atomic::tests::retry_gives_up_after_max_attempts ... ok
2026-06-13T11:57:26.9631963Z test access::tests::recent_outbound_correlates_within_window ... ok
2026-06-13T11:57:26.9632359Z test access::tests::users_reservation_decodes_inert ... ok
2026-06-13T11:57:26.9632701Z test atomic::tests::retry_absorbs_transient_then_succeeds ... ok
2026-06-13T11:57:26.9633113Z test atomic::tests::to_forward_slash_strips_unc_prefix ... ok
2026-06-13T11:57:26.9634387Z test contextmark::tests::join_bump_dominates_both_parents ... ok
2026-06-13T11:57:26.9634740Z test contextmark::tests::marker_round_trips_v1_and_v2 ... ok
2026-06-13T11:57:26.9636131Z test attachment::tests::boot_reset_and_serving_filter ... ok
2026-06-13T11:57:26.9636524Z test contextmark::tests::merge_decisions ... ok
2026-06-13T11:57:26.9636884Z test contextmark::tests::vector_compare_covers_all_orders ... ok
2026-06-13T11:57:26.9637884Z test contextmark::tests::vector_parse_tolerant ... ok
2026-06-13T11:57:26.9690410Z test attachment::tests::corrupt_file_degrades_to_attached ... ok
2026-06-13T11:57:26.9707416Z test atomic::tests::atomic_write_bytes_round_trips ... ok
2026-06-13T11:57:26.9714138Z test access::tests::recent_outbound_persists ... ok
2026-06-13T11:57:26.9736791Z test access::tests::store_persists_and_degrades_open ... ok
2026-06-13T11:57:26.9741241Z test access::tests::recent_outbound_is_bounded ... ok
2026-06-13T11:57:26.9755071Z test attachment::tests::attached_default_flip_roundtrip ... ok
2026-06-13T11:57:26.9758648Z test atomic::tests::atomic_write_creates_and_replaces ... ok
2026-06-13T11:57:26.9784977Z test epoch::tests::counter_persists_across_reload ... ok
2026-06-13T11:57:26.9789052Z test epoch::tests::next_is_strictly_increasing_from_one ... ok
2026-06-13T11:57:26.9829402Z test epoch::tests::corrupt_or_absent_file_degrades_safely ... ok
2026-06-13T11:57:26.9847946Z test grants::tests::grant_match_is_exact_per_tuple ... ok
2026-06-13T11:57:26.9853184Z test grants::tests::grant_revoke_roundtrip_default_deny ... ok
2026-06-13T11:57:27.0026454Z test grants::tests::persistence_and_corrupt_degrade_to_deny ... ok
2026-06-13T11:57:27.0223183Z test history::tests::appends_one_record_per_line ... ok
2026-06-13T11:57:27.0224203Z test gitrun::tests::deadline_kills_and_reports_timed_out ... ok
2026-06-13T11:57:27.0314449Z test home::tests::home_assignment_matrix ... ok
2026-06-13T11:57:27.0315099Z test home::tests::scope_seeding_never_clobbers_user_policy ... ok
2026-06-13T11:57:27.0413745Z test home::tests::stamp_creation_fields_news_assign_and_revives_carry_forward ... ok
2026-06-13T11:57:27.0473381Z test hostlabel::tests::hostname_is_nonempty_and_trimmed_on_supported_platforms ... ok
2026-06-13T11:57:27.0619275Z test home::tests::adoption_stamps_only_unset_and_only_when_unambiguous ... ok
2026-06-13T11:57:27.0644261Z test info::tests::busy_sentinel_round_trips_and_read_pid_is_none ... ok
2026-06-13T11:57:27.0663300Z test info::tests::corrupt_content_returns_none ... ok
2026-06-13T11:57:27.0893305Z test info::tests::read_pid_tolerates_schema_minimal ... ok
2026-06-13T11:57:27.1089869Z test gitrun::tests::version_runs_within_budget ... ok
2026-06-13T11:57:27.1141729Z test info::tests::set_driven_by_stamps_and_clears ... ok
2026-06-13T11:57:27.1357087Z test info::tests::set_resources_writes_and_clears_the_blurb ... ok
2026-06-13T11:57:27.1433708Z test info::tests::set_last_active_stamps_recency ... ok
2026-06-13T11:57:27.1746966Z test info::tests::set_rest_state_stamps_state_and_anchor_as_a_pair ... ok
2026-06-13T11:57:27.1950071Z test info::tests::set_status_marks_existing_record ... ok
2026-06-13T11:57:27.1956889Z test liveness::tests::busy_and_missing_keep_interim_parity ... ok
2026-06-13T11:57:27.2046318Z test info::tests::write_read_round_trip ... ok
2026-06-13T11:57:27.2261109Z test liveness::tests::daemon_hosted_offline_overrides_live_pid ... ok
2026-06-13T11:57:27.2261893Z test liveness::tests::daemon_hosted_online_survives_dead_pid ... ok
2026-06-13T11:57:27.2641590Z test liveness::tests::external_perch_still_pid_probes ... ok
2026-06-13T11:57:27.2658094Z test nodeid::tests::corrupt_key_errors_never_regenerates ... ok
2026-06-13T11:57:27.2756703Z test liveness::tests::registry_entry_keys_on_status_for_hosted_rows ... ok
2026-06-13T11:57:27.2820923Z test nodeid::tests::create_then_load_is_stable ... ok
2026-06-13T11:57:27.2915244Z test contextstore::tests::invalid_id_refused ... ok
2026-06-13T11:57:27.3123758Z test nodeid::tests::seed_hex_round_trips ... ok
2026-06-13T11:57:27.3392329Z test notif::tests::listing_is_subnet_scoped ... ok
2026-06-13T11:57:27.3752660Z test notif::tests::produce_list_dismiss_round_trip ... ok
2026-06-13T11:57:27.3756795Z test notif::tests::row_serde_round_trips_with_forward_compat ... ok
2026-06-13T11:57:27.3824797Z test notif::tests::merge_is_idempotent_and_commutative ... ok
2026-06-13T11:57:27.4166555Z test notif::tests::reopen_is_durable_and_corrupt_seen_degrades ... ok
2026-06-13T11:57:27.4229425Z test peeraddrs::tests::corrupt_file_degrades_to_empty ... ok
2026-06-13T11:57:27.4335428Z test peeraddrs::tests::put_get_roundtrip_and_noop_reput ... ok
2026-06-13T11:57:27.4373490Z test notif::tests::stale_undismissed_copy_cannot_undismiss ... ok
2026-06-13T11:57:27.4374046Z test notif::tests::seen_unions_and_surfaced_maxes ... ok
2026-06-13T11:57:27.4451597Z test perch::tests::classification_matrix ... ok
2026-06-13T11:57:27.4452061Z test perch::tests::child_files_route_through_one_resolver ... ok
2026-06-13T11:57:27.4452521Z test peeraddrs::tests::record_is_one_step_and_skips_noops ... ok
2026-06-13T11:57:27.4454026Z test perch::tests::resolve_psyche_and_worker_nest_under_parent ... ok
2026-06-13T11:57:27.4471548Z test perch::tests::resolve_self_is_flat ... ok
2026-06-13T11:57:27.4503332Z test perch::tests::explicit_parent_wins_over_infer ... ok
2026-06-13T11:57:27.4503901Z test perch::tests::spt_home_is_pure_and_honors_env ... ok
2026-06-13T11:57:27.4508680Z test proc::tests::current_process_is_alive ... ok
2026-06-13T11:57:27.4510014Z test proc::tests::parent_pid_resolves_and_is_alive ... ok
2026-06-13T11:57:27.4525997Z test perch::tests::shell_perches_resolve_under_owner_shells_namespace ... ok
2026-06-13T11:57:27.4528633Z test proc::tests::pid_zero_is_dead_on_every_os ... ok
2026-06-13T11:57:27.4582444Z test proc::tests::unassigned_pid_is_dead ... ok
2026-06-13T11:57:27.4583049Z test perch::tests::list_self_perch_ids_enumerates_bound_top_level ... ok
2026-06-13T11:57:27.4583850Z test project::tests::url_spellings_normalize_to_one_id ... ok
2026-06-13T11:57:27.4824675Z test branchstore::tests::open_or_init_idempotent ... ok
2026-06-13T11:57:27.5612591Z test registry::tests::clean_removes_dead_keeps_live ... ok
2026-06-13T11:57:27.5672469Z test registry::tests::clean_keys_on_status_for_daemon_hosted_rows ... ok
2026-06-13T11:57:27.6138983Z test registry::tests::register_on_nonexistent_owlery_creates_dir_and_succeeds ... ok
2026-06-13T11:57:27.6177918Z test registry::tests::register_and_lookup ... ok
2026-06-13T11:57:27.6833114Z test registry::tests::reregister_replaces_address ... ok
2026-06-13T11:57:27.7083214Z test registry::tests::resolve_cleans_before_lookup ... ok
2026-06-13T11:57:27.7302533Z test registry::tests::resolve_on_empty_registry_is_none_not_error ... ok
2026-06-13T11:57:27.7467231Z test rename::tests::live_nested_child_blocks_rename ... ok
2026-06-13T11:57:27.7619273Z test rename::tests::rename_refusals_leave_owlery_untouched ... ok
2026-06-13T11:57:27.7624077Z test roster::tests::is_member_any_spans_subnets_and_honors_tombstones ... ok
2026-06-13T11:57:27.7624848Z test roster::tests::merge_entry_is_strictly_greater_lease_wins ... ok
2026-06-13T11:57:27.7625368Z test roster::tests::merge_is_commutative_and_idempotent ... ok
2026-06-13T11:57:27.7794937Z test roster::tests::offline_member_persists_through_silence_and_reload ... ok
2026-06-13T11:57:27.7795548Z test roster::tests::roster_for_projects_one_subnets_slice ... ok
2026-06-13T11:57:27.7862222Z test rename::tests::rename_ripples_self_and_nested_children ... ok
2026-06-13T11:57:27.7862725Z test roster::tests::tombstone_dominates_suppresses_reinsert_and_clears ... ok
2026-06-13T11:57:27.7879879Z test roster::tests::tombstones_are_scoped_and_merge ... ok
2026-06-13T11:57:27.7880336Z test roster::tests::upsert_self_overwrites_unconditionally ... ok
2026-06-13T11:57:27.7898827Z test rotation::tests::coalesce_is_per_subnet ... ok
2026-06-13T11:57:27.7931397Z test rotation::tests::coalesce_unions_revokees_and_keeps_earliest_deadline ... ok
2026-06-13T11:57:27.7931958Z test roster::tests::serde_additive_and_degrades_to_empty ... ok
2026-06-13T11:57:27.7937088Z test rotation::tests::due_subnets_respects_deadline_and_force_is_immediate ... ok
2026-06-13T11:57:27.7938040Z test seed::tests::absent_cwd_is_omitted ... ok
2026-06-13T11:57:27.7938390Z test seed::tests::seed_round_trips_through_json ... ok
2026-06-13T11:57:27.8178858Z test rotation::tests::persists_and_degrades_to_empty ... ok
2026-06-13T11:57:27.8358717Z test shellinfo::tests::alias_unique_rename_and_resolution ... ok
2026-06-13T11:57:27.8395164Z test shellinfo::tests::composite_option_mints_colon_free_id_and_carries_the_composite ... ok
2026-06-13T11:57:27.8619032Z test shellinfo::tests::mint_smallest_free_and_teardown_frees ... ok
2026-06-13T11:57:29.0751475Z test shellinfo::tests::shellinfo_roundtrip_and_corrupt_tolerance ... ok
2026-06-13T11:57:29.7708399Z test branchstore::tests::sweep_removes_only_stale_empty_locks ... ok
2026-06-13T11:57:29.7758551Z test registry::tests::concurrent_registration_never_locks ... ok
2026-06-13T11:57:29.7907302Z test spool::tests::drain_marks_delivered_and_is_idempotent ... ok
2026-06-13T11:57:29.8093258Z test spool::tests::deferred_row_survives_event_drain_then_hook_delivers ... ok
2026-06-13T11:57:29.8610712Z test spool::tests::reopen_is_idempotent ... ok
2026-06-13T11:57:29.8684980Z test spool::tests::spool_touches_has_messages_sentinel ... ok
2026-06-13T11:57:29.9088636Z test spool::tests::non_deferred_drain_skips_deferred_and_preserves_order ... ok
2026-06-13T11:57:29.9090633Z test subnet::tests::add_joined_preserves_seed_and_epoch ... ok
2026-06-13T11:57:29.9181177Z test subnet::tests::adopt_rotation_takes_newer_seed_and_is_idempotent ... ok
2026-06-13T11:57:29.9183043Z test subnet::tests::create_subnet_starts_at_epoch_one_unique_name ... ok
2026-06-13T11:57:29.9184538Z test subnet::tests::hex_round_trips_and_rejects_bad_input ... ok
2026-06-13T11:57:29.9199606Z test spool::tests::wan_mark_seen_claims_once_and_blocks_spool_path ... ok
2026-06-13T11:57:29.9217727Z test subnet::tests::minted_seeds_are_random ... ok
2026-06-13T11:57:29.9320068Z test subnet::tests::missing_or_corrupt_file_is_empty_store ... ok
2026-06-13T11:57:29.9337341Z test subnet::tests::hide_new_endpoints_defaults_off_and_persists ... ok
2026-06-13T11:57:29.9365468Z test subnet::tests::no_prior_generation_before_rotation ... ok
2026-06-13T11:57:29.9367355Z test subnet::tests::remove_drops_membership ... ok
2026-06-13T11:57:29.9372100Z test subnet::tests::rotate_bumps_epoch_and_changes_seed ... ok
2026-06-13T11:57:29.9488145Z test subnet::tests::store_persists_multi_subnet_and_rotation ... ok
2026-06-13T11:57:29.9507191Z test spool::tests::wan_spool_dedups_on_op_id_across_reopen ... ok
2026-06-13T11:57:29.9880569Z test project::tests::derivation_ladder ... ok
2026-06-13T11:57:30.0163210Z test spool::tests::event_part_body_persists_byte_exact ... ok
2026-06-13T11:57:30.2650849Z test branchstore::tests::branches_are_independent_roots ... ok
2026-06-13T11:57:30.3359423Z test syncmerge::tests::non_context_branch_refused ... ok
2026-06-13T11:57:32.2425129Z test branchstore::tests::multi_key_commit_is_one_commit ... ok
2026-06-13T11:57:32.2507567Z test visibility::tests::hidden_gates_sync_even_when_listed ... ok
2026-06-13T11:57:32.2514807Z test visibility::tests::hidden_is_or_of_defaults ... ok
2026-06-13T11:57:32.2600064Z test visibility::tests::override_wins_both_directions ... ok
2026-06-13T11:57:32.2655605Z test visibility::tests::store_persists_and_degrades_safe ... ok
2026-06-13T11:57:32.2711010Z test visibility::tests::synced_requires_membership_listing ... ok
2026-06-13T11:57:32.2858057Z test contextstore::tests::project_branch_holds_many_agents ... ok
2026-06-13T11:57:32.2869414Z test branchstore::tests::commit_then_read_at_tip ... ok
2026-06-13T11:57:32.3027092Z test xfer::tests::xfer_id_is_filename_safe_and_distinct ... ok
2026-06-13T11:57:32.3099671Z test xfer::tests::progress_round_trips_per_role_and_updates_mid_flight ... ok
2026-06-13T11:57:35.0669202Z test branchstore::tests::unchanged_write_is_no_commit ... ok
2026-06-13T11:57:35.9146710Z test contextstore::tests::two_tier_layout_and_commits ... ok
2026-06-13T11:57:37.1224935Z test contextstore::tests::conflict_artifacts_preserve_both_versions ... ok
2026-06-13T11:57:38.3414763Z test contextstore::tests::rename_ripples_both_tiers ... ok
2026-06-13T11:57:39.0015576Z test contextstore::tests::fork_copies_both_tiers_then_diverges ... ok
2026-06-13T11:57:39.4437349Z test syncmerge::tests::legacy_bottom_vectors_surface_not_overwrite ... ok
2026-06-13T11:57:39.5935790Z test syncmerge::tests::adopt_then_incremental_then_idempotent_repull ... ok
2026-06-13T11:57:40.0170596Z test contextstore::tests::remove_endpoint_removes_exactly_the_source ... ok
2026-06-13T11:57:40.5957042Z test syncmerge::tests::project_branch_unions_disjoint_agents ... ok
2026-06-13T11:57:42.2603882Z test info::tests::concurrent_read_during_writes_never_torn ... ok
2026-06-13T11:57:42.3219826Z test syncmerge::tests::dominated_incoming_drops_but_joins_dag ... ok
2026-06-13T11:57:43.2917240Z test syncmerge::tests::concurrent_writes_surface_on_both_nodes ... ok
2026-06-13T11:57:44.0195154Z test syncmerge::tests::reconciled_write_propagates_and_clears_artifacts ... ok
2026-06-13T11:57:44.0195422Z 
2026-06-13T11:57:44.0195585Z test result: ok. 152 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 17.06s
2026-06-13T11:57:44.0195812Z 
2026-06-13T11:57:44.0210313Z      Running unittests src\lib.rs (target\debug\deps\spt_term-f53d1ff7ef9d4fde.exe)
2026-06-13T11:57:44.1578317Z 
2026-06-13T11:57:44.1578581Z running 8 tests
2026-06-13T11:57:44.1581452Z test reader::tests::dsr_matcher_finds_query_across_chunk_boundary ... ok
2026-06-13T11:57:44.1583206Z test reader::tests::auto_answers_synthetic_dsr_query ... ok
2026-06-13T11:57:44.1585506Z test digest::tests::bad_pattern_is_reported_by_name ... ok
2026-06-13T11:57:44.1626546Z test digest::tests::windows_to_last_n_turns ... ok
2026-06-13T11:57:44.1627069Z test digest::tests::strips_ansi_and_tolerates_repaint_duplication ... ok
2026-06-13T11:57:44.1629502Z test digest::tests::truncates_tool_args_to_width ... ok
2026-06-13T11:57:44.1631515Z test digest::tests::tags_input_agent_and_collapses_tool_sprints ... ok
2026-06-13T11:57:44.1636217Z test reader::tests::no_dsr_means_no_answer ... ok
2026-06-13T11:57:44.1636379Z 
2026-06-13T11:57:44.1636540Z test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-13T11:57:44.1636970Z 
2026-06-13T11:57:44.1650428Z      Running tests\digest.rs (target\debug\deps\digest-3f200be86c163629.exe)
2026-06-13T11:57:44.3122198Z 
2026-06-13T11:57:44.3122471Z running 1 test
2026-06-13T11:57:46.3925670Z test digest_parses_a_real_pty_stream ... ok
2026-06-13T11:57:46.3925853Z 
2026-06-13T11:57:46.3926015Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.08s
2026-06-13T11:57:46.3926222Z 
2026-06-13T11:57:46.3941030Z      Running tests\dsr.rs (target\debug\deps\dsr-18949d709cac56eb.exe)
2026-06-13T11:57:46.4568942Z 
2026-06-13T11:57:46.4569155Z running 2 tests
2026-06-13T11:57:46.4889212Z test drain_forwards_child_output ... ok
2026-06-13T11:57:46.4889695Z test conpty_output_not_withheld_under_the_drain ... ok
2026-06-13T11:57:46.4889843Z 
2026-06-13T11:57:46.4889992Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
2026-06-13T11:57:46.4890202Z 
2026-06-13T11:57:46.4904583Z      Running tests\inject.rs (target\debug\deps\inject-6c1b99e59c4c56ae.exe)
2026-06-13T11:57:46.5475560Z 
2026-06-13T11:57:46.5475768Z running 2 tests
2026-06-13T11:57:46.5778117Z test ctrl_c_interrupts_the_child ... ok
2026-06-13T11:57:46.5880087Z test send_line_reaches_child_and_preserves_order ... ok
2026-06-13T11:57:46.5880373Z 
2026-06-13T11:57:46.5880657Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
2026-06-13T11:57:46.5881024Z 
2026-06-13T11:57:46.5892465Z      Running tests\stream.rs (target\debug\deps\stream-83626d7b31da31a8.exe)
2026-06-13T11:57:46.6524058Z 
2026-06-13T11:57:46.6524337Z running 2 tests
2026-06-13T11:57:46.6788021Z test delivers_every_value_under_resize ... ok
2026-06-13T11:57:47.6701956Z test bounded_backpressure_stalls_an_unconsumed_reader ... ok
2026-06-13T11:57:47.6702288Z 
2026-06-13T11:57:47.6702727Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.02s
2026-06-13T11:57:47.6703277Z 
2026-06-13T11:57:47.6719126Z      Running tests\surface.rs (target\debug\deps\surface-ea097e17df84f2ad.exe)
2026-06-13T11:57:47.7308419Z 
2026-06-13T11:57:47.7308609Z running 1 test
2026-06-13T11:57:47.7407803Z test resize_under_load_does_not_hang_or_panic ... ok
2026-06-13T11:57:47.7407977Z 
2026-06-13T11:57:47.7408139Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-13T11:57:47.7408356Z 
2026-06-13T11:57:47.7419402Z      Running unittests src\main.rs (target\debug\deps\xtask-7cf2f579d53df03f.exe)
2026-06-13T11:57:48.1156587Z 
2026-06-13T11:57:48.1156846Z running 1 test
2026-06-13T11:57:48.1158184Z test converge_tests::converge_table_renders_rows_and_success_predicate ... ok
2026-06-13T11:57:48.1158416Z 
2026-06-13T11:57:48.1158576Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T11:57:48.1158786Z 
2026-06-13T11:57:48.1169412Z    Doc-tests spt_daemon
2026-06-13T11:57:48.5622768Z 
2026-06-13T11:57:48.5623119Z running 0 tests
2026-06-13T11:57:48.5623289Z 
2026-06-13T11:57:48.5623541Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T11:57:48.5623758Z 
2026-06-13T11:57:48.5693851Z    Doc-tests spt_live
2026-06-13T11:57:48.6346702Z 
2026-06-13T11:57:48.6346920Z running 0 tests
2026-06-13T11:57:48.6347031Z 
2026-06-13T11:57:48.6347196Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T11:57:48.6347422Z 
2026-06-13T11:57:48.6401950Z    Doc-tests spt_msg
2026-06-13T11:57:48.6998077Z 
2026-06-13T11:57:48.6998334Z running 0 tests
2026-06-13T11:57:48.6998450Z 
2026-06-13T11:57:48.6998638Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T11:57:48.6998900Z 
2026-06-13T11:57:48.7052909Z    Doc-tests spt_net
2026-06-13T11:57:48.9519931Z 
2026-06-13T11:57:48.9520220Z running 0 tests
2026-06-13T11:57:48.9520392Z 
2026-06-13T11:57:48.9520811Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T11:57:48.9521056Z 
2026-06-13T11:57:48.9585536Z    Doc-tests spt_proto
2026-06-13T11:57:49.0079408Z 
2026-06-13T11:57:49.0079699Z running 0 tests
2026-06-13T11:57:49.0079857Z 
2026-06-13T11:57:49.0080087Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T11:57:49.0080309Z 
2026-06-13T11:57:49.0133442Z    Doc-tests spt_runtime
2026-06-13T11:57:49.1938173Z 
2026-06-13T11:57:49.1938466Z running 0 tests
2026-06-13T11:57:49.1938582Z 
2026-06-13T11:57:49.1938766Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T11:57:49.1939306Z 
2026-06-13T11:57:49.1999515Z    Doc-tests spt_store
2026-06-13T11:57:49.3507564Z 
2026-06-13T11:57:49.3507862Z running 0 tests
2026-06-13T11:57:49.3507982Z 
2026-06-13T11:57:49.3508169Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T11:57:49.3508384Z 
2026-06-13T11:57:49.3566824Z    Doc-tests spt_term
2026-06-13T11:57:49.4100054Z 
2026-06-13T11:57:49.4100320Z running 0 tests
2026-06-13T11:57:49.4100437Z 
2026-06-13T11:57:49.4100604Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T11:57:49.4100814Z 
2026-06-13T11:57:54.5207046Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-06-13T11:57:54.5207406Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-06-13T11:57:54.5275458Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-13T11:57:54.5275679Z ##[endgroup]
2026-06-13T11:57:55.4642771Z     Checking cfg-if v1.0.4
2026-06-13T11:57:55.4642980Z     Checking windows-link v0.2.1
2026-06-13T11:57:55.4643260Z     Checking typenum v1.20.1
2026-06-13T11:57:55.4653142Z     Checking critical-section v1.2.0
2026-06-13T11:57:55.4654160Z     Checking memchr v2.8.1
2026-06-13T11:57:55.4656944Z     Checking subtle v2.6.1
2026-06-13T11:57:55.4662642Z     Checking smallvec v1.15.1
2026-06-13T11:57:55.4664689Z     Checking serde_core v1.0.228
2026-06-13T11:57:55.4666179Z     Checking equivalent v1.0.2
2026-06-13T11:57:55.4666467Z     Checking itoa v1.0.18
2026-06-13T11:57:55.4666914Z     Checking cpufeatures v0.2.17
2026-06-13T11:57:55.4667700Z     Checking pin-project-lite v0.2.17
2026-06-13T11:57:55.4669773Z     Checking hashbrown v0.17.1
2026-06-13T11:57:55.4670142Z     Checking log v0.4.32
2026-06-13T11:57:55.4676979Z     Checking zeroize v1.8.2
2026-06-13T11:57:55.5164882Z     Checking windows-sys v0.61.2
2026-06-13T11:57:55.5333894Z    Compiling getrandom v0.3.4
2026-06-13T11:57:55.5397705Z     Checking getrandom v0.2.17
2026-06-13T11:57:55.5612743Z     Checking rand_core v0.10.1
2026-06-13T11:57:55.5654790Z     Checking futures-core v0.3.32
2026-06-13T11:57:55.5840132Z     Checking bytes v1.11.1
2026-06-13T11:57:55.5931054Z     Checking stable_deref_trait v1.2.1
2026-06-13T11:57:55.6612811Z     Checking zerofrom v0.1.8
2026-06-13T11:57:55.6663373Z     Checking libc v0.2.186
2026-06-13T11:57:55.6750220Z     Checking futures-sink v0.3.32
2026-06-13T11:57:55.6842735Z     Checking futures-io v0.3.32
2026-06-13T11:57:55.6843916Z     Checking bitflags v2.12.1
2026-06-13T11:57:55.6874366Z     Checking slab v0.4.12
2026-06-13T11:57:55.7028413Z    Compiling jobserver v0.1.34
2026-06-13T11:57:55.7028784Z     Checking getrandom v0.4.2
2026-06-13T11:57:55.7223987Z     Checking futures-task v0.3.32
2026-06-13T11:57:55.7715596Z     Checking rand_core v0.6.4
2026-06-13T11:57:55.7984084Z     Checking futures-channel v0.3.32
2026-06-13T11:57:55.8128714Z     Checking yoke v0.8.3
2026-06-13T11:57:55.8129497Z     Checking zerocopy v0.8.50
2026-06-13T11:57:55.8498773Z     Checking signature v2.2.0
2026-06-13T11:57:55.8614146Z     Checking zmij v1.0.21
2026-06-13T11:57:55.8853087Z     Checking fastrand v2.4.1
2026-06-13T11:57:55.9115511Z    Compiling cc v1.2.63
2026-06-13T11:57:55.9144727Z     Checking writeable v0.6.3
2026-06-13T11:57:55.9624509Z     Checking fallible-streaming-iterator v0.1.9
2026-06-13T11:57:55.9719403Z     Checking fallible-iterator v0.3.0
2026-06-13T11:57:55.9836035Z     Checking ed25519 v2.2.3
2026-06-13T11:57:56.0088670Z     Checking zerovec v0.11.6
2026-06-13T11:57:56.0133352Z     Checking futures-util v0.3.32
2026-06-13T11:57:56.0682419Z     Checking litemap v0.8.2
2026-06-13T11:57:56.1106622Z     Checking zerotrie v0.2.4
2026-06-13T11:57:56.1106994Z     Checking windows_x86_64_msvc v0.52.6
2026-06-13T11:57:56.1165991Z     Checking indexmap v2.14.0
2026-06-13T11:57:56.1268390Z     Checking utf8_iter v1.0.4
2026-06-13T11:57:56.1268784Z     Checking icu_properties_data v2.2.0
2026-06-13T11:57:56.1311552Z     Checking icu_normalizer_data v2.2.0
2026-06-13T11:57:56.1457608Z     Checking percent-encoding v2.3.2
2026-06-13T11:57:56.1949313Z     Checking windows-targets v0.52.6
2026-06-13T11:57:56.2263546Z     Checking http v1.4.1
2026-06-13T11:57:56.2910973Z     Checking cpufeatures v0.3.0
2026-06-13T11:57:56.2911872Z     Checking thiserror v2.0.18
2026-06-13T11:57:56.2912172Z     Checking form_urlencoded v1.2.2
2026-06-13T11:57:56.3070431Z     Checking aho-corasick v1.1.4
2026-06-13T11:57:56.3408912Z     Checking rustls-pki-types v1.14.1
2026-06-13T11:57:56.3506523Z     Checking windows-sys v0.59.0
2026-06-13T11:57:56.3796615Z     Checking chacha20 v0.10.0
2026-06-13T11:57:56.4032537Z    Compiling strsim v0.11.1
2026-06-13T11:57:56.4032948Z     Checking untrusted v0.9.0
2026-06-13T11:57:56.4600953Z     Checking regex-syntax v0.8.10
2026-06-13T11:57:56.5302193Z    Compiling fnv v1.0.7
2026-06-13T11:57:56.5875006Z     Checking generic-array v0.14.7
2026-06-13T11:57:56.6112355Z     Checking rand v0.10.1
2026-06-13T11:57:56.6179760Z     Checking tinystr v0.8.3
2026-06-13T11:57:56.7043789Z     Checking potential_utf v0.1.5
2026-06-13T11:57:56.7262567Z    Compiling darling_core v0.20.11
2026-06-13T11:57:56.7989471Z    Compiling cmake v0.1.58
2026-06-13T11:57:56.8528917Z     Checking icu_locale_core v2.2.0
2026-06-13T11:57:56.8980293Z     Checking icu_collections v2.2.0
2026-06-13T11:57:56.9701176Z     Checking windows-strings v0.5.1
2026-06-13T11:57:56.9859210Z     Checking windows-result v0.4.1
2026-06-13T11:57:57.1682819Z     Checking crypto-common v0.1.7
2026-06-13T11:57:57.1825882Z     Checking block-buffer v0.10.4
2026-06-13T11:57:57.1826205Z     Checking scopeguard v1.2.0
2026-06-13T11:57:57.1826563Z     Checking atomic-waker v1.1.2
2026-06-13T11:57:57.2112736Z     Checking const-oid v0.10.2
2026-06-13T11:57:57.2716391Z     Checking lock_api v0.4.14
2026-06-13T11:57:57.2716780Z     Checking num-traits v0.2.19
2026-06-13T11:57:57.2816384Z     Checking derive_more v2.1.1
2026-06-13T11:57:57.2989535Z     Checking digest v0.10.7
2026-06-13T11:57:57.3571432Z     Checking http-body v1.0.1
2026-06-13T11:57:57.3973486Z     Checking hybrid-array v0.4.12
2026-06-13T11:57:57.4155188Z     Checking base64ct v1.8.3
2026-06-13T11:57:57.4406525Z     Checking httparse v1.10.1
2026-06-13T11:57:57.5235725Z     Checking data-encoding v2.11.0
2026-06-13T11:57:57.5236138Z     Checking try-lock v0.2.5
2026-06-13T11:57:57.5419429Z     Checking sha2 v0.10.9
2026-06-13T11:57:57.6463787Z     Checking curve25519-dalek v4.1.3
2026-06-13T11:57:57.6464164Z     Checking serde v1.0.228
2026-06-13T11:57:57.6507850Z     Checking serde_json v1.0.150
2026-06-13T11:57:57.6699945Z     Checking icu_provider v2.2.0
2026-06-13T11:57:57.6834119Z     Checking pem-rfc7468 v1.0.0
2026-06-13T11:57:57.7031688Z     Checking base64 v0.22.1
2026-06-13T11:57:57.8568352Z     Checking tower-service v0.3.3
2026-06-13T11:57:57.8758058Z     Checking tinyvec_macros v0.1.1
2026-06-13T11:57:57.9013223Z     Checking der v0.8.0-rc.10
2026-06-13T11:57:57.9808468Z     Checking icu_normalizer v2.2.0
2026-06-13T11:57:57.9895695Z     Checking icu_properties v2.2.0
2026-06-13T11:57:57.9934945Z     Checking want v0.3.1
2026-06-13T11:57:58.0153417Z    Compiling libsqlite3-sys v0.30.1
2026-06-13T11:57:58.0271018Z    Compiling aws-lc-sys v0.41.0
2026-06-13T11:57:58.0433819Z    Compiling ring v0.17.14
2026-06-13T11:57:58.0670986Z     Checking block-buffer v0.12.0
2026-06-13T11:57:58.1083241Z     Checking crypto-common v0.2.2
2026-06-13T11:57:58.2077792Z     Checking tinyvec v1.11.0
2026-06-13T11:57:58.2616065Z     Checking portable-atomic v1.13.1
2026-06-13T11:57:58.2859145Z     Checking ipnet v2.12.0
2026-06-13T11:57:58.3406678Z     Checking regex-automata v0.4.14
2026-06-13T11:57:58.4445505Z     Checking windows-core v0.62.2
2026-06-13T11:57:58.5574069Z     Checking ed25519-dalek v2.2.0
2026-06-13T11:57:58.5866186Z     Checking n0-error v0.1.3
2026-06-13T11:57:58.6314711Z     Checking winapi v0.3.9
2026-06-13T11:57:58.6570615Z     Checking inout v0.1.4
2026-06-13T11:57:58.7548757Z     Checking once_cell v1.21.4
2026-06-13T11:57:58.7616703Z     Checking spt-proto v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-13T11:57:58.7729293Z    Compiling anyhow v1.0.102
2026-06-13T11:57:58.8119296Z     Checking serial-core v0.4.0
2026-06-13T11:57:58.8422567Z     Checking spin v0.10.0
2026-06-13T11:57:58.8563313Z     Checking diatomic-waker v0.2.3
2026-06-13T11:57:58.9180957Z     Checking tracing-core v0.1.36
2026-06-13T11:57:58.9784058Z     Checking cordyceps v0.3.4
2026-06-13T11:57:59.0592359Z     Checking parking v2.2.1
2026-06-13T11:57:59.0638060Z     Checking httpdate v1.0.3
2026-06-13T11:57:59.1300495Z     Checking idna_adapter v1.2.2
2026-06-13T11:57:59.1994460Z     Checking futures-lite v2.6.1
2026-06-13T11:57:59.2145954Z     Checking serial-windows v0.4.0
2026-06-13T11:57:59.2596895Z     Checking idna v1.1.0
2026-06-13T11:57:59.2873982Z     Checking spki v0.8.0-rc.4
2026-06-13T11:57:59.2950123Z     Checking futures-buffered v0.2.13
2026-06-13T11:57:59.3059087Z     Checking tracing v0.1.44
2026-06-13T11:57:59.3311890Z     Checking cipher v0.4.4
2026-06-13T11:57:59.3381505Z     Checking pin-project v1.1.13
2026-06-13T11:57:59.4335624Z     Checking thiserror v1.0.69
2026-06-13T11:57:59.5041717Z     Checking digest v0.11.3
2026-06-13T11:57:59.5248872Z     Checking memoffset v0.6.5
2026-06-13T11:57:59.5357836Z     Checking url v2.5.8
2026-06-13T11:57:59.5408705Z     Checking toml_datetime v0.6.11
2026-06-13T11:57:59.5766716Z     Checking serde_spanned v0.6.9
2026-06-13T11:57:59.6373465Z     Checking parking_lot_core v0.9.12
2026-06-13T11:57:59.6485189Z     Checking universal-hash v0.5.1
2026-06-13T11:57:59.6937092Z     Checking ahash v0.8.12
2026-06-13T11:57:59.7337337Z     Checking sync_wrapper v1.0.2
2026-06-13T11:57:59.7454976Z     Checking bitflags v1.3.2
2026-06-13T11:57:59.7475854Z     Checking toml_write v0.1.2
2026-06-13T11:57:59.7741208Z     Checking pin-utils v0.1.0
2026-06-13T11:57:59.8020471Z     Checking either v1.16.0
2026-06-13T11:57:59.8399550Z     Checking byteorder v1.5.0
2026-06-13T11:57:59.8487058Z     Checking opaque-debug v0.3.1
2026-06-13T11:57:59.8722375Z     Checking winnow v0.7.15
2026-06-13T11:57:59.8767743Z     Checking hashbrown v0.14.5
2026-06-13T11:57:59.9064759Z     Checking lazy_static v1.5.0
2026-06-13T11:57:59.9419485Z    Compiling powerfmt v0.2.0
2026-06-13T11:57:59.9419871Z     Checking polyval v0.6.2
2026-06-13T11:58:00.0172567Z    Compiling darling_macro v0.20.11
2026-06-13T11:58:00.0339871Z     Checking prefix-trie v0.8.4
2026-06-13T11:58:00.0781381Z     Checking shared_library v0.1.9
2026-06-13T11:58:00.0804656Z     Checking hash32 v0.2.1
2026-06-13T11:58:00.0976272Z     Checking nix v0.25.1
2026-06-13T11:58:00.0976622Z     Checking parking_lot v0.12.5
2026-06-13T11:58:00.1656141Z    Compiling deranged v0.5.8
2026-06-13T11:58:00.1677073Z     Checking regex v1.12.3
2026-06-13T11:58:00.1838207Z     Checking ref-cast v1.0.25
2026-06-13T11:58:00.1888261Z     Checking pkcs8 v0.11.0-rc.10
2026-06-13T11:58:00.2236743Z     Checking serial v0.4.0
2026-06-13T11:58:00.3003246Z     Checking crossbeam-utils v0.8.21
2026-06-13T11:58:00.3003666Z     Checking futures-executor v0.3.32
2026-06-13T11:58:00.3528227Z     Checking spin v0.9.8
2026-06-13T11:58:00.4318011Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-13T11:58:00.4703932Z     Checking hashlink v0.9.1
2026-06-13T11:58:00.4732810Z     Checking windows-threading v0.2.1
2026-06-13T11:58:00.4807623Z    Compiling darling v0.20.11
2026-06-13T11:58:00.5180308Z    Compiling num-conv v0.2.2
2026-06-13T11:58:00.5736182Z     Checking tower-layer v0.3.3
2026-06-13T11:58:00.5786745Z     Checking shell-words v1.1.1
2026-06-13T11:58:00.6036923Z     Checking signature v3.0.0
2026-06-13T11:58:00.6092141Z     Checking downcast-rs v1.2.1
2026-06-13T11:58:00.6674997Z     Checking dyn-clone v1.0.20
2026-06-13T11:58:00.6908410Z    Compiling time-core v0.1.8
2026-06-13T11:58:00.7068233Z     Checking hickory-proto v0.26.0-beta.4
2026-06-13T11:58:00.7155392Z     Checking ed25519 v3.0.0-rc.4
2026-06-13T11:58:00.7357477Z    Compiling derive_builder_core v0.20.2
2026-06-13T11:58:00.7660235Z     Checking schemars v1.2.1
2026-06-13T11:58:00.7810849Z     Checking windows-future v0.3.2
2026-06-13T11:58:00.7904943Z     Checking heapless v0.7.17
2026-06-13T11:58:00.9179026Z     Checking futures v0.3.32
2026-06-13T11:58:00.9524274Z     Checking curve25519-dalek v5.0.0-pre.6
2026-06-13T11:58:00.9546359Z     Checking ghash v0.5.1
2026-06-13T11:58:01.0126175Z     Checking winreg v0.10.1
2026-06-13T11:58:01.0701533Z     Checking filedescriptor v0.8.3
2026-06-13T11:58:01.1126015Z     Checking sha2 v0.11.0-rc.5
2026-06-13T11:58:01.2090248Z    Compiling proc-macro-crate v3.5.0
2026-06-13T11:58:01.2841243Z     Checking portable-pty v0.8.1
2026-06-13T11:58:01.3550218Z     Checking ctr v0.9.2
2026-06-13T11:58:01.3772252Z     Checking aes v0.8.4
2026-06-13T11:58:01.4698512Z     Checking rusqlite v0.32.1
2026-06-13T11:58:01.5205075Z    Compiling time v0.3.47
2026-06-13T11:58:01.5283756Z     Checking windows-numerics v0.3.1
2026-06-13T11:58:01.5422097Z     Checking windows-collections v0.3.2
2026-06-13T11:58:01.5473900Z     Checking http-body-util v0.1.3
2026-06-13T11:58:01.5690029Z     Checking toml_edit v0.22.27
2026-06-13T11:58:01.7342234Z     Checking aead v0.5.2
2026-06-13T11:58:01.8237878Z     Checking cobs v0.3.0
2026-06-13T11:58:01.8364822Z     Checking widestring v1.2.1
2026-06-13T11:58:01.9053256Z     Checking aes-gcm v0.10.3
2026-06-13T11:58:01.9204835Z     Checking data-encoding-macro v0.1.20
2026-06-13T11:58:01.9502122Z     Checking postcard v1.1.3
2026-06-13T11:58:01.9833472Z     Checking crossbeam-channel v0.5.15
2026-06-13T11:58:01.9984338Z     Checking ed25519-dalek v3.0.0-pre.6
2026-06-13T11:58:02.0002182Z    Compiling num_enum_derive v0.7.6
2026-06-13T11:58:02.0763181Z     Checking crossbeam-epoch v0.9.18
2026-06-13T11:58:02.0763649Z     Checking windows v0.62.2
2026-06-13T11:58:02.1064655Z    Compiling derive_builder_macro v0.20.2
2026-06-13T11:58:02.2229400Z     Checking chrono v0.4.45
2026-06-13T11:58:02.2805875Z    Compiling blake3 v1.8.5
2026-06-13T11:58:02.2877891Z     Checking spt-store v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-13T11:58:02.3247899Z     Checking windows-registry v0.6.1
2026-06-13T11:58:02.4223535Z     Checking uuid v1.23.2
2026-06-13T11:58:02.4394130Z     Checking ryu v1.0.23
2026-06-13T11:58:02.6057827Z     Checking mac-addr v0.3.0
2026-06-13T11:58:03.3057216Z     Checking sorted-index-buffer v0.2.1
2026-06-13T11:58:03.3351682Z     Checking tagptr v0.2.0
2026-06-13T11:58:03.3352050Z     Checking toml v0.8.23
2026-06-13T11:58:03.3410037Z     Checking lru-slab v0.1.2
2026-06-13T11:58:03.3617219Z     Checking foldhash v0.2.0
2026-06-13T11:58:03.3733886Z     Checking allocator-api2 v0.2.21
2026-06-13T11:58:03.3876212Z     Checking xml-rs v0.8.28
2026-06-13T11:58:03.4568464Z     Checking identity-hash v0.1.0
2026-06-13T11:58:03.4588992Z     Checking rustc-hash v2.1.2
2026-06-13T11:58:03.4680998Z    Compiling derive_builder v0.20.2
2026-06-13T11:58:03.4882283Z     Checking moka v0.12.15
2026-06-13T11:58:03.5002777Z     Checking iroh-metrics v0.38.3
2026-06-13T11:58:03.5468302Z     Checking strum v0.28.0
2026-06-13T11:58:03.5629906Z     Checking spt-msg v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-13T11:58:03.5630513Z     Checking iroh-base v0.98.0
2026-06-13T11:58:03.6880871Z    Compiling vergen-lib v9.1.0
2026-06-13T11:58:03.6967048Z    Compiling vergen-lib v0.1.6
2026-06-13T11:58:03.7083792Z     Checking hashbrown v0.16.1
2026-06-13T11:58:03.7325674Z     Checking attohttpc v0.30.1
2026-06-13T11:58:03.8049300Z     Checking socket2 v0.6.4
2026-06-13T11:58:03.8292974Z     Checking mio v1.2.1
2026-06-13T11:58:03.8530841Z     Checking tempfile v3.27.0
2026-06-13T11:58:03.8946910Z    Compiling vergen v9.1.0
2026-06-13T11:58:03.9580816Z    Compiling vergen-gitcl v1.0.8
2026-06-13T11:58:04.0094758Z     Checking xmltree v0.10.3
2026-06-13T11:58:04.0196599Z     Checking num_enum v0.7.6
2026-06-13T11:58:04.0286290Z     Checking spt-term v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-13T11:58:04.1147798Z     Checking spt-runtime v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-13T11:58:04.1148355Z     Checking netdev v0.42.0
2026-06-13T11:58:04.1275798Z     Checking simple-dns v0.9.3
2026-06-13T11:58:04.1276153Z     Checking simdutf8 v0.1.5
2026-06-13T11:58:04.1620564Z     Checking sha1_smol v1.0.1
2026-06-13T11:58:04.1643293Z     Checking noq-udp v0.10.0
2026-06-13T11:58:04.1817328Z     Checking ipconfig v0.3.4
2026-06-13T11:58:04.2442146Z     Checking tokio v1.52.3
2026-06-13T11:58:04.2825173Z     Checking arrayref v0.3.9
2026-06-13T11:58:04.2889034Z     Checking smol_str v0.1.24
2026-06-13T11:58:04.3051691Z     Checking arrayvec v0.7.6
2026-06-13T11:58:04.3086387Z     Checking resolv-conf v0.7.6
2026-06-13T11:58:04.3538755Z     Checking constant_time_eq v0.4.2
2026-06-13T11:58:04.3675856Z     Checking lru v0.16.4
2026-06-13T11:58:04.3862960Z     Checking seize v0.5.1
2026-06-13T11:58:04.3969029Z     Checking serde_bytes v0.11.19
2026-06-13T11:58:04.4383764Z     Checking hmac v0.12.1
2026-06-13T11:58:04.4457202Z     Checking webpki-roots v1.0.7
2026-06-13T11:58:04.4614381Z     Checking cmov v0.5.4
2026-06-13T11:58:04.4842442Z     Checking sha1 v0.10.6
2026-06-13T11:58:04.4863041Z     Checking recvmsg v1.0.0
2026-06-13T11:58:04.4864103Z     Checking anstyle v1.0.14
2026-06-13T11:58:04.5511984Z     Checking utf8parse v0.2.2
2026-06-13T11:58:04.5669658Z     Checking hkdf v0.12.4
2026-06-13T11:58:04.5825573Z     Checking once_cell_polyfill v1.70.2
2026-06-13T11:58:04.5854539Z     Checking anstyle-query v1.1.5
2026-06-13T11:58:04.5870667Z     Checking papaya v0.2.4
2026-06-13T11:58:04.6305228Z     Checking is_terminal_polyfill v1.70.2
2026-06-13T11:58:04.6705652Z     Checking anstyle-parse v1.0.0
2026-06-13T11:58:04.6766451Z     Checking colorchoice v1.0.5
2026-06-13T11:58:04.6774783Z     Checking ctutils v0.4.2
2026-06-13T11:58:04.6854861Z     Checking spake2 v0.4.0
2026-06-13T11:58:04.7041252Z     Checking anstyle-wincon v3.0.11
2026-06-13T11:58:04.7053321Z     Checking terminal_size v0.4.4
2026-06-13T11:58:04.7131343Z     Checking clap_lex v1.1.0
2026-06-13T11:58:04.7718968Z     Checking interprocess v2.4.2
2026-06-13T11:58:04.7925015Z    Compiling iroh-relay v0.98.0
2026-06-13T11:58:04.8148922Z     Checking qrcode v0.14.1
2026-06-13T11:58:04.8639311Z     Checking anstream v1.0.0
2026-06-13T11:58:05.0183623Z     Checking mock-adapter v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\adapters\mock)
2026-06-13T11:58:05.1658189Z     Checking clap_builder v4.6.0
2026-06-13T11:58:05.7281695Z     Checking spt-live v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-13T11:58:06.5540218Z     Checking clap v4.6.1
2026-06-13T11:58:07.4981114Z     Checking tokio-util v0.7.18
2026-06-13T11:58:07.5292908Z     Checking tower v0.5.3
2026-06-13T11:58:07.6427963Z     Checking acto v0.8.2
2026-06-13T11:58:07.7540885Z     Checking backon v1.6.0
2026-06-13T11:58:07.9354511Z     Checking tower-http v0.6.11
2026-06-13T11:58:08.0562997Z     Checking h2 v0.4.14
2026-06-13T11:58:08.0618258Z     Checking n0-future v0.3.2
2026-06-13T11:58:08.1075040Z     Checking tokio-stream v0.1.18
2026-06-13T11:58:08.1075478Z     Checking swarm-discovery v0.6.0-alpha.2
2026-06-13T11:58:08.1762017Z     Checking n0-watcher v0.6.1
2026-06-13T11:58:08.2502510Z     Checking iroh-dns v0.98.0
2026-06-13T11:58:10.4604788Z     Checking wmi v0.18.4
2026-06-13T11:58:10.9907156Z     Checking netwatch v0.16.0
2026-06-13T11:58:11.0168897Z     Checking hyper v1.10.1
2026-06-13T11:58:12.0192535Z     Checking hyper-util v0.1.20
2026-06-13T11:58:13.1028888Z     Checking igd-next v0.17.1
2026-06-13T11:58:13.4905082Z     Checking portmapper v0.16.0
2026-06-13T11:58:16.7030272Z    Compiling aws-lc-rs v1.17.0
2026-06-13T11:58:16.7148723Z    Compiling rustls v0.23.40
2026-06-13T11:58:17.5276551Z     Checking rustls-webpki v0.103.13
2026-06-13T11:58:19.3690501Z     Checking tokio-rustls v0.26.4
2026-06-13T11:58:19.3690802Z     Checking noq-proto v0.17.0
2026-06-13T11:58:19.3691051Z     Checking rustls-platform-verifier v0.7.0
2026-06-13T11:58:19.5133001Z     Checking hyper-rustls v0.27.9
2026-06-13T11:58:19.5133231Z     Checking hickory-net v0.26.0-beta.4
2026-06-13T11:58:19.5133428Z     Checking tokio-websockets v0.13.2
2026-06-13T11:58:19.6376869Z     Checking reqwest v0.13.4
2026-06-13T11:58:20.2256795Z     Checking hickory-resolver v0.26.0-beta.4
2026-06-13T11:58:21.5728610Z     Checking noq v0.18.0
2026-06-13T11:58:22.7468393Z     Checking iroh v0.98.2
2026-06-13T11:58:26.0982510Z     Checking spt-net v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-13T11:58:27.2804957Z     Checking spt-daemon v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-13T11:58:29.8345783Z     Checking spt v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-13T11:58:29.8346442Z     Checking xtask v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\xtask)
2026-06-13T11:58:32.8575169Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.02s
2026-06-13T11:58:33.0170701Z ##[group]Run actions/checkout@v5
2026-06-13T11:58:33.0170907Z with:
2026-06-13T11:58:33.0171049Z   repository: SaberMage/spt-shell-notify
2026-06-13T11:58:33.0171227Z   path: .adapter-notify
2026-06-13T11:58:33.0173007Z   token: ***
2026-06-13T11:58:33.0173134Z   ssh-strict: true
2026-06-13T11:58:33.0173261Z   ssh-user: git
2026-06-13T11:58:33.0173395Z   persist-credentials: true
2026-06-13T11:58:33.0173541Z   clean: true
2026-06-13T11:58:33.0173677Z   sparse-checkout-cone-mode: true
2026-06-13T11:58:33.0173832Z   fetch-depth: 1
2026-06-13T11:58:33.0173955Z   fetch-tags: false
2026-06-13T11:58:33.0174083Z   show-progress: true
2026-06-13T11:58:33.0174228Z   lfs: false
2026-06-13T11:58:33.0174344Z   submodules: false
2026-06-13T11:58:33.0174471Z   set-safe-directory: true
2026-06-13T11:58:33.0174618Z ##[endgroup]
2026-06-13T11:58:33.0869467Z Syncing repository: SaberMage/spt-shell-notify
2026-06-13T11:58:33.0874439Z ##[group]Getting Git version info
2026-06-13T11:58:33.0874748Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core\.adapter-notify'
2026-06-13T11:58:33.1223749Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-13T11:58:33.1434064Z git version 2.43.0.windows.1
2026-06-13T11:58:33.1462162Z ##[endgroup]
2026-06-13T11:58:33.1469872Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\fceafb6d-8729-441b-8b63-2656f4cfa36c\.gitconfig'
2026-06-13T11:58:33.1483924Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\fceafb6d-8729-441b-8b63-2656f4cfa36c' before making global git config changes
2026-06-13T11:58:33.1484402Z Adding repository directory to the temporary git global config as a safe directory
2026-06-13T11:58:33.1489017Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-13T11:58:33.1716722Z ##[group]Initializing the repository
2026-06-13T11:58:33.1721898Z [command]"c:\program files\git\cmd\git.exe" init C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-13T11:58:33.2051327Z Initialized empty Git repository in C:/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-13T11:58:33.2080995Z [command]"c:\program files\git\cmd\git.exe" remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-13T11:58:33.2328201Z ##[endgroup]
2026-06-13T11:58:33.2328444Z ##[group]Disabling automatic garbage collection
2026-06-13T11:58:33.2333429Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-13T11:58:33.2573861Z ##[endgroup]
2026-06-13T11:58:33.2574091Z ##[group]Setting up auth
2026-06-13T11:58:33.2580825Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-13T11:58:33.2816073Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-13T11:58:33.6449022Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-13T11:58:33.6683073Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-13T11:58:34.0311117Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-13T11:58:34.0531463Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-13T11:58:34.4204303Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-13T11:58:34.4506447Z ##[endgroup]
2026-06-13T11:58:34.4506705Z ##[group]Determining the default branch
2026-06-13T11:58:34.4509239Z Retrieving the default branch name
2026-06-13T11:58:34.8418689Z Default branch 'main'
2026-06-13T11:58:34.8419111Z ##[endgroup]
2026-06-13T11:58:34.8419333Z ##[group]Fetching the repository
2026-06-13T11:58:34.8425533Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-13T11:58:35.7417593Z From https://github.com/SaberMage/spt-shell-notify
2026-06-13T11:58:35.7418046Z  * [new branch]      main       -> origin/main
2026-06-13T11:58:35.7536320Z ##[endgroup]
2026-06-13T11:58:35.7536571Z ##[group]Determining the checkout info
2026-06-13T11:58:35.7537422Z ##[endgroup]
2026-06-13T11:58:35.7542947Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-13T11:58:35.7805987Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-13T11:58:35.8079943Z ##[group]Checking out the ref
2026-06-13T11:58:35.8084692Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-13T11:58:35.8383003Z branch 'main' set up to track 'origin/main'.
2026-06-13T11:58:35.8383211Z Reset branch 'main'
2026-06-13T11:58:35.8404883Z ##[endgroup]
2026-06-13T11:58:35.8643539Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-13T11:58:35.8838949Z ee2d37eadc730c0019e0af82d683074c509634a2
2026-06-13T11:58:35.9063270Z ##[group]Run cargo build --manifest-path .adapter-notify/Cargo.toml
2026-06-13T11:58:35.9063636Z [36;1mcargo build --manifest-path .adapter-notify/Cargo.toml[0m
2026-06-13T11:58:35.9130239Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-13T11:58:35.9130469Z ##[endgroup]
2026-06-13T11:58:36.1949793Z     Updating crates.io index
2026-06-13T11:58:36.2818155Z      Locking 11 packages to latest compatible versions
2026-06-13T11:58:36.3288237Z    Compiling zmij v1.0.21
2026-06-13T11:58:36.3288447Z    Compiling serde_core v1.0.228
2026-06-13T11:58:36.3288611Z    Compiling serde_json v1.0.150
2026-06-13T11:58:36.3288908Z    Compiling memchr v2.8.2
2026-06-13T11:58:36.3289376Z    Compiling itoa v1.0.18
2026-06-13T11:58:38.5689764Z    Compiling spt-shell-notify v0.1.0 (C:\actions-runner\_work\spt-core\spt-core\.adapter-notify)
2026-06-13T11:58:38.9250651Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.77s
2026-06-13T11:58:39.0395108Z ##[group]Run cargo test -p spt --test notify_shell_e2e -- --nocapture
2026-06-13T11:58:39.0395449Z [36;1mcargo test -p spt --test notify_shell_e2e -- --nocapture[0m
2026-06-13T11:58:39.0469336Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-13T11:58:39.0469724Z env:
2026-06-13T11:58:39.0469999Z   SPT_NOTIFY_SHELL_BIN: C:\actions-runner\_work\spt-core\spt-core\.adapter-notify\target\debug\notify-shell.exe
2026-06-13T11:58:39.0470310Z ##[endgroup]
2026-06-13T11:58:39.8219491Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.53s
2026-06-13T11:58:39.8438088Z      Running tests\notify_shell_e2e.rs (target\debug\deps\notify_shell_e2e-40a11ac8c1cc5c18.exe)
2026-06-13T11:58:39.8569854Z 
2026-06-13T11:58:39.8570070Z running 1 test
2026-06-13T11:58:41.2075139Z test notify_shell_renders_a_commanded_toast ... ok
2026-06-13T11:58:41.2075315Z 
2026-06-13T11:58:41.2075519Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s
2026-06-13T11:58:41.2075727Z 
2026-06-13T11:58:41.2992180Z ##[group]Run cargo test -p spt --test oneliner_e2e -- --nocapture
2026-06-13T11:58:41.2992520Z [36;1mcargo test -p spt --test oneliner_e2e -- --nocapture[0m
2026-06-13T11:58:41.3056096Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-13T11:58:41.3056308Z env:
2026-06-13T11:58:41.3056424Z   SPT_INSTALL_E2E: 1
2026-06-13T11:58:41.3056547Z ##[endgroup]
2026-06-13T11:58:42.0502479Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.49s
2026-06-13T11:58:42.0696043Z      Running tests\oneliner_e2e.rs (target\debug\deps\oneliner_e2e-2845e06605d4438b.exe)
2026-06-13T11:58:42.0812719Z 
2026-06-13T11:58:42.0812959Z running 1 test
2026-06-13T11:58:50.3113471Z test install_script_against_staged_release ... ok
2026-06-13T11:58:50.3113654Z 
2026-06-13T11:58:50.3113809Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.23s
2026-06-13T11:58:50.3114023Z 
2026-06-13T11:58:50.3999372Z ##[group]Run cargo run -p xtask -- check
2026-06-13T11:58:50.3999608Z [36;1mcargo run -p xtask -- check[0m
2026-06-13T11:58:50.4062402Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-13T11:58:50.4062641Z ##[endgroup]
2026-06-13T11:58:51.0765807Z    Compiling windows-sys v0.61.2
2026-06-13T11:58:51.0777124Z    Compiling cc v1.2.63
2026-06-13T11:58:51.0861256Z    Compiling darling_core v0.20.11
2026-06-13T11:58:51.0863435Z    Compiling rustls v0.23.40
2026-06-13T11:58:51.0918052Z    Compiling fastrand v2.4.1
2026-06-13T11:58:51.1037750Z    Compiling windows-sys v0.59.0
2026-06-13T11:58:51.1918264Z    Compiling futures-lite v2.6.1
2026-06-13T11:58:51.8411627Z    Compiling ring v0.17.14
2026-06-13T11:58:51.8411838Z    Compiling libsqlite3-sys v0.30.1
2026-06-13T11:58:51.8412139Z    Compiling blake3 v1.8.5
2026-06-13T11:58:52.3103071Z    Compiling darling_macro v0.20.11
2026-06-13T11:58:52.6862748Z    Compiling darling v0.20.11
2026-06-13T11:58:52.8124629Z    Compiling derive_builder_core v0.20.2
2026-06-13T11:58:53.3033477Z    Compiling derive_builder_macro v0.20.2
2026-06-13T11:58:53.5424071Z    Compiling derive_builder v0.20.2
2026-06-13T11:58:53.6803413Z    Compiling vergen-lib v9.1.0
2026-06-13T11:58:53.6803748Z    Compiling vergen-lib v0.1.6
2026-06-13T11:58:53.7926147Z    Compiling vergen v9.1.0
2026-06-13T11:58:53.8289429Z    Compiling vergen-gitcl v1.0.8
2026-06-13T11:58:53.9423225Z    Compiling rusqlite v0.32.1
2026-06-13T11:58:54.1322914Z    Compiling iroh-relay v0.98.0
2026-06-13T11:58:54.4215010Z    Compiling rustls-webpki v0.103.13
2026-06-13T11:58:54.4784353Z    Compiling spt-store v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-13T11:58:55.6448627Z    Compiling spt-msg v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-13T11:58:55.7705874Z    Compiling spt-runtime v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-13T11:58:55.7706604Z    Compiling spt-term v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-13T11:58:56.1287367Z    Compiling socket2 v0.6.4
2026-06-13T11:58:56.1287668Z    Compiling mio v1.2.1
2026-06-13T11:58:56.1288210Z    Compiling netdev v0.42.0
2026-06-13T11:58:56.1288447Z    Compiling seize v0.5.1
2026-06-13T11:58:56.1288697Z    Compiling interprocess v2.4.2
2026-06-13T11:58:56.3249635Z    Compiling papaya v0.2.4
2026-06-13T11:58:56.4199052Z    Compiling noq-udp v0.10.0
2026-06-13T11:58:56.5176719Z    Compiling ipconfig v0.3.4
2026-06-13T11:58:56.5372143Z    Compiling tokio v1.52.3
2026-06-13T11:58:57.3780949Z    Compiling noq-proto v0.17.0
2026-06-13T11:58:57.3781295Z    Compiling rustls-platform-verifier v0.7.0
2026-06-13T11:58:57.3845804Z    Compiling spt-live v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-13T11:58:59.6498771Z    Compiling tokio-util v0.7.18
2026-06-13T11:58:59.6499016Z    Compiling tokio-rustls v0.26.4
2026-06-13T11:58:59.6499274Z    Compiling tower v0.5.3
2026-06-13T11:58:59.6499487Z    Compiling acto v0.8.2
2026-06-13T11:58:59.6499829Z    Compiling backon v1.6.0
2026-06-13T11:59:00.0033944Z    Compiling tower-http v0.6.11
2026-06-13T11:59:00.0119378Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-13T11:59:00.2020279Z    Compiling h2 v0.4.14
2026-06-13T11:59:00.2020545Z    Compiling n0-future v0.3.2
2026-06-13T11:59:00.2020802Z    Compiling tokio-stream v0.1.18
2026-06-13T11:59:00.2021099Z    Compiling tokio-websockets v0.13.2
2026-06-13T11:59:00.2928661Z    Compiling n0-watcher v0.6.1
2026-06-13T11:59:00.3631306Z    Compiling iroh-dns v0.98.0
2026-06-13T11:59:00.5036936Z    Compiling netwatch v0.16.0
2026-06-13T11:59:00.9640928Z    Compiling noq v0.18.0
2026-06-13T11:59:03.0474561Z    Compiling hyper v1.10.1
2026-06-13T11:59:03.0474773Z    Compiling hickory-net v0.26.0-beta.4
2026-06-13T11:59:03.8012881Z    Compiling hyper-util v0.1.20
2026-06-13T11:59:03.8218398Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-13T11:59:04.6139190Z    Compiling hyper-rustls v0.27.9
2026-06-13T11:59:04.6139430Z    Compiling igd-next v0.17.1
2026-06-13T11:59:04.7416497Z    Compiling reqwest v0.13.4
2026-06-13T11:59:05.1883717Z    Compiling portmapper v0.16.0
2026-06-13T11:59:10.4116470Z    Compiling iroh v0.98.2
2026-06-13T11:59:19.5058258Z    Compiling spt-net v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-13T11:59:20.8064831Z    Compiling spt-daemon v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-13T11:59:28.1712645Z    Compiling xtask v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\xtask)
2026-06-13T11:59:30.9628839Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.32s
2026-06-13T11:59:30.9849873Z      Running `target\debug\xtask.exe check`
2026-06-13T12:00:09.5780579Z xtask check: OK
2026-06-13T12:00:09.6583566Z Post job cleanup.
2026-06-13T12:00:09.7606144Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-13T12:00:09.7804558Z git version 2.43.0.windows.1
2026-06-13T12:00:09.7839476Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\36b00f55-876e-4dcb-967c-2d7b74f945f8\.gitconfig'
2026-06-13T12:00:09.7851693Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\36b00f55-876e-4dcb-967c-2d7b74f945f8' before making global git config changes
2026-06-13T12:00:09.7852185Z Adding repository directory to the temporary git global config as a safe directory
2026-06-13T12:00:09.7856747Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-13T12:00:09.8079502Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-13T12:00:09.8295535Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-13T12:00:10.2078763Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-13T12:00:10.2286964Z http.https://github.com/.extraheader
2026-06-13T12:00:10.2313658Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-13T12:00:10.2550378Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-13T12:00:10.5965290Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-13T12:00:10.6187442Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-13T12:00:10.9900619Z Post job cleanup.
2026-06-13T12:00:11.0875099Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-13T12:00:11.1077989Z git version 2.43.0.windows.1
2026-06-13T12:00:11.1115645Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\2075542c-53ba-4afa-ae73-2449fde6def3\.gitconfig'
2026-06-13T12:00:11.1131157Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\2075542c-53ba-4afa-ae73-2449fde6def3' before making global git config changes
2026-06-13T12:00:11.1131625Z Adding repository directory to the temporary git global config as a safe directory
2026-06-13T12:00:11.1136420Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-13T12:00:11.1371355Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-13T12:00:11.1598285Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-13T12:00:11.5173606Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-13T12:00:11.5380449Z http.https://github.com/.extraheader
2026-06-13T12:00:11.5407000Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-13T12:00:11.5640609Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-13T12:00:11.9180992Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-13T12:00:11.9391849Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-13T12:00:12.3159152Z Cleaning up orphan processes
